Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetPaneRow Method
The row pane index.


In This Topic
GetPaneRow Method
In This Topic
Gets the row number where the window is split into the specified pane.
Syntax
'Declaration
 
Public Function GetPaneRow( _
   ByVal pane As Integer _
) As Integer
 
'Usage
 
Dim instance As LayoutManager
Dim pane As Integer
Dim value As Integer
 
value = instance.GetPaneRow(pane)

Parameters

pane
The row pane index.

Return Value

An integer value represents the row number where the window is split into the specified pane.
See Also