GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / Split Property


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

Property Value

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