[]
Gets or sets the position of the tab strip relative to the workbook.
SpreadJSTabStripPosition TabStripPosition { get; set; }
Property TabStripPosition As SpreadJSTabStripPosition
| Type | Description |
|---|---|
| SpreadJSTabStripPosition | A SpreadJSTabStripPosition value that indicates whether the tab strip is displayed at the top, bottom, left, or right side of the workbook. |
IWorkbookView bookView = workbook.BookView;
bookView.TabStripPosition = SpreadJSTabStripPosition.Top;
SpreadJSTabStripPosition tabStripPosition = bookView.TabStripPosition;