Syntax
Public Function ChartNext(chart_id As Variant)As Long
Description
This function used to return the chart ID of the next chart by given the wanted chart ID.
Parameters
Key | Description |
chart_id | Chart identifier that want to know the next chart ID for it. |
Return value
Return the next chart ID. If there is no next chart it return 0.
Sample
Public Sub main()AlertMessage ChartNext (0) returns the ID for the next chart of current chart End Sub
See Also