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


In This Topic
    GetPaneWidth Method
    In This Topic
    Gets the width of the specified pane.
    Syntax
    'Declaration
     
    
    Public Function GetPaneWidth( _
       ByVal pane As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As LayoutManager
    Dim pane As Integer
    Dim value As Double
     
    value = instance.GetPaneWidth(pane)
    public double GetPaneWidth( 
       int pane
    )

    Parameters

    pane
    The column pane index.

    Return Value

    An integer value represents the width of the specified pane.
    See Also