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


In This Topic
GetPaneOffsetY Method
In This Topic
Gets the row offset y where the window is split into the specified pane.
Syntax
'Declaration
 
Public Function GetPaneOffsetY( _
   ByVal pane As Integer _
) As Integer
 
'Usage
 
Dim instance As LayoutManager
Dim pane As Integer
Dim value As Integer
 
value = instance.GetPaneOffsetY(pane)

Parameters

pane
The row pane index.

Return Value

An integer value represents the row number where the window is split into the specified pane.
See Also