'Declaration
Public Sub SetPaneColumn( _ ByVal paneColumn As Integer, _ ByVal column As Integer _ )
'Usage
Dim instance As LayoutManager Dim paneColumn As Integer Dim column As Integer instance.SetPaneColumn(paneColumn, column)
public void SetPaneColumn( int paneColumn, int column )
Parameters
- paneColumn
- The pane index.
- column
- The top row index of the pane.