Split Property (SheetView)
In This Topic
Gets or sets a value indicating whether the sheetview is split.
Syntax
'Declaration
Public Property Split As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Split = value
value = instance.Split
public bool Split {get; set;}
Property Value
true
if the sheetview is split; otherwise,
false
.
See Also