Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetPaneOffsetX Method
The column pane index.


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

Parameters

pane
The column pane index.

Return Value

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