Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetPaneColumn Method
The column pane index.


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

    Parameters

    pane
    The column pane index.

    Return Value

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