Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetPaneOffsetX Method
The pane index.
The top row index of the pane.


In This Topic
SetPaneOffsetX Method
In This Topic
Sets the left offset of the specified pane.
Syntax
'Declaration
 
Public Sub SetPaneOffsetX( _
   ByVal paneColumn As Integer, _
   ByVal offSet As Integer _
) 
 
'Usage
 
Dim instance As LayoutManager
Dim paneColumn As Integer
Dim offSet As Integer
 
instance.SetPaneOffsetX(paneColumn, offSet)

Parameters

paneColumn
The pane index.
offSet
The top row index of the pane.
See Also