Spread WinForms 15
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()

Return Value

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