ShowHorizontalScroll Property (IWorkbook)
In This Topic
Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface.
Syntax
'Declaration
Property ShowHorizontalScroll As Boolean
'Usage
Dim instance As IWorkbook
Dim value As Boolean
instance.ShowHorizontalScroll = value
value = instance.ShowHorizontalScroll
bool ShowHorizontalScroll {get; set;}
Property Value
A value of
true
or
false
indicates that the horizontal scrollbar shall not be shown.
See Also