Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetScaledPaneOffsetX Method


In This Topic
    GetScaledPaneOffsetX Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetScaledPaneOffsetX( _
       ByVal pane As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim pane As Integer
    Dim value As Integer
     
    value = instance.GetScaledPaneOffsetX(pane)
    public int GetScaledPaneOffsetX( 
       int pane
    )

    Parameters

    pane
    See Also