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


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

    Parameters

    paneRow
    The pane index.
    offSet
    The top offset of the pane.
    See Also