Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetActivePane Method
The active pane's row index.
The active pane's column index.


In This Topic
GetActivePane Method
In This Topic
Gets the active pane.
Syntax
'Declaration
 
Public Sub GetActivePane( _
   ByRef paneRow As Integer, _
   ByRef paneColumn As Integer _
) 
 
'Usage
 
Dim instance As LayoutManager
Dim paneRow As Integer
Dim paneColumn As Integer
 
instance.GetActivePane(paneRow, paneColumn)

Parameters

paneRow
The active pane's row index.
paneColumn
The active pane's column index.
See Also