'Declaration
Public Property Split As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean instance.Split = value value = instance.Split
public bool Split {get; set;}
Property Value
true
if the worksheet is split; otherwise, false
.'Declaration
Public Property Split As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean instance.Split = value value = instance.Split
public bool Split {get; set;}
true
if the worksheet is split; otherwise, false
.