'Declaration <DefaultValueAttribute()> Public Property CanCellOverflow As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.CanCellOverflow = value value = instance.CanCellOverflow
[DefaultValue()] public bool CanCellOverflow {get; set;}
Property Value
true
if this instance can overflow; otherwise, false
.