Syntax
Public Function SubWindowsTotal (chart_index As Integer) As Long
Description
This function is used to return the number of opened sub-windows on the specific chart.
Parameters
Key | Description |
Chart_index | The chart position on the chart windows.0 means current chart, the value of type Integer |
Return value
Returns the number of opened sub-windows on the specific chart including the main window.
Sample
Public Sub main() AlertMessage SubWindowsTotal (0) End Sub
See Also