Spread Windows Forms 15.0
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)
    public void GetActivePane( 
       out int paneRow,
       out int paneColumn
    )

    Parameters

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