Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SplitColumn Property


In This Topic
SplitColumn Property (WorksheetView)
In This Topic
Gets or sets the column number where the window is split into panes (the number of columns to the left of the split line).
Syntax
'Declaration
 
Public Property SplitColumn As Integer
 
'Usage
 
Dim instance As WorksheetView
Dim value As Integer
 
instance.SplitColumn = value
 
value = instance.SplitColumn

Property Value

An integer value represents the split column.
See Also