Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetPaneColumn Method
The pane index.
The top row index of the pane.


In This Topic
    SetPaneColumn Method
    In This Topic
    Sets the left column of the specified pane.
    Syntax
    'Declaration
     
    
    Public Sub SetPaneColumn( _
       ByVal paneColumn As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim paneColumn As Integer
    Dim column As Integer
     
    instance.SetPaneColumn(paneColumn, column)
    public void SetPaneColumn( 
       int paneColumn,
       int column
    )

    Parameters

    paneColumn
    The pane index.
    column
    The top row index of the pane.
    See Also