Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetPaneHeight Method
The row pane index.


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

Parameters

pane
The row pane index.

Return Value

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