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