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


In This Topic
Split Property (WorksheetView)
In This Topic
Gets or sets a value indicating whether the worksheet is split.
Syntax
'Declaration
 
Public Property Split As Boolean
 
'Usage
 
Dim instance As WorksheetView
Dim value As Boolean
 
instance.Split = value
 
value = instance.Split

Property Value

true if the worksheet is split; otherwise, false.
Remarks
It's possible for FreezePanes to be true and Split to be false , or vice versa.
See Also