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


In This Topic
    GetVerticalPaneCount Method
    In This Topic
    Gets the total numbers of horizontal panes.
    Syntax
    'Declaration
     
    
    Public Function GetVerticalPaneCount() As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Integer
     
    value = instance.GetVerticalPaneCount()
    public int GetVerticalPaneCount()

    Return Value

    An integer value represents the total numbers of horizontal panes.
    See Also