'Declaration <BindableAttribute(True)> <CategoryAttribute("Workbook")> Public Property ShowVerticalScroll As Boolean
'Usage Dim instance As GcSpreadSheet Dim value As Boolean instance.ShowVerticalScroll = value value = instance.ShowVerticalScroll
'Declaration <BindableAttribute(True)> <CategoryAttribute("Workbook")> Public Property ShowVerticalScroll As Boolean
'Usage Dim instance As GcSpreadSheet Dim value As Boolean instance.ShowVerticalScroll = value value = instance.ShowVerticalScroll
true
or false
indicates that the vertical scrollbar shall not be shown.