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