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


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

    Return Value

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