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


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

    Parameters

    pane
    The row pane index.

    Return Value

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