Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetActivePane Method
The active pane's row index.
The active pane's column index.


In This Topic
    SetActivePane Method
    In This Topic
    Sets the active pane.
    Syntax
    'Declaration
     
    
    Public Sub SetActivePane( _
       ByVal paneRow As Integer, _
       ByVal paneColumn As Integer _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim paneRow As Integer
    Dim paneColumn As Integer
     
    instance.SetActivePane(paneRow, paneColumn)
    public void SetActivePane( 
       int paneRow,
       int paneColumn
    )

    Parameters

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