[]
Gets or sets whether to display navigation buttons in the workbook.
bool TabNavigationVisible { get; set; }
Property TabNavigationVisible As Boolean
| Type | Description |
|---|---|
| bool | true if the navigation buttons are displayed; otherwise, false. |
IWorkbookView bookView = workbook.BookView;
bookView.TabNavigationVisible = true;
bool tabNavigationVisible = bookView.TabNavigationVisible;