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


In This Topic
SetPaneRow Method
In This Topic
Sets the top row of the specified pane.
Syntax
'Declaration
 
Public Sub SetPaneRow( _
   ByVal paneRow As Integer, _
   ByVal row As Integer _
) 
 
'Usage
 
Dim instance As LayoutManager
Dim paneRow As Integer
Dim row As Integer
 
instance.SetPaneRow(paneRow, row)

Parameters

paneRow
The pane index.
row
The top row index of the pane.
See Also