InsertVerticalSplit Method (C1ListBase)
In This Topic
Inserts a vertical split at the specified index.
Syntax
'Declaration
Public Sub InsertVerticalSplit( _
ByVal As Integer _
)
public void InsertVerticalSplit(
int
)
Parameters
- idx
- A zero-based integer that identifies the position of the new split.
See Also