'Declaration <DefaultValueAttribute()> Public Property VerticalScrollable As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.VerticalScrollable = value value = instance.VerticalScrollable
[DefaultValue()] public bool VerticalScrollable {get; set;}
Property Value
true
if the vertical scroll bar is scrollable; otherwise, false
.