[]
Gets or sets whether the vertical scroll bar is displayed.
bool DisplayVerticalScrollBar { get; set; }
Property DisplayVerticalScrollBar As Boolean
| Type | Description |
|---|---|
| bool | true if the vertical scroll bar is displayed; otherwise, false. |
IWorkbookView bookView = workbook.BookView;
bookView.DisplayVerticalScrollBar = false;
bool displayVerticalScrollBar = bookView.DisplayVerticalScrollBar;