Spread Windows Forms 12.0 Product Documentation
Split Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : Split Property
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
bool Split {get; set;}

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

Reference

IWorksheetView Interface
IWorksheetView Members