Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetPaneColumn Method
The pane index.
The top row index of the pane.


In This Topic
SetPaneColumn Method
In This Topic
Sets the left column of the specified pane.
Syntax
'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)

Parameters

paneColumn
The pane index.
column
The top row index of the pane.
See Also