ShowHorizontalScroll Property (Workbook)
Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface.
public virtual bool ShowHorizontalScroll {get; set;}
'Declaration
Public Overridable Property ShowHorizontalScroll As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
instance.ShowHorizontalScroll = value
value = instance.ShowHorizontalScroll
Property Value
A value of 0 or false indicates that the horizontal scrollbar shall not be shown.