Syntax
Public Function ChartsTotal() As Integer
Description
This function is used to get the count of the opened chart.
Parameters
No parameters
Return value
Returns the total number of the opened chart as a value of type integer.
Sample
Public Sub main() Dim count count = ChartsTotal() AlertMessage count End Sub
See Also