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


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

    Parameters

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