'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
.'Declaration Property Split As Boolean
'Usage Dim instance As IWorksheetView Dim value As Boolean instance.Split = value value = instance.Split
bool Split {get; set;}
true
if the sheetview is split; otherwise, false
.