SpreadJSTabStripPosition Enumeration
In This Topic
Specifies the position of the tab strip relative to the workbook.
Members
Member | Description |
Bottom | Specifies the position of the tab strip relative to the bottom of the workbook. |
Left | Specifies the position of the tab strip relative to the left of the workbook. |
Right | Specifies the position of the tab strip relative to the right of the workbook. |
Top | Specifies the position of the tab strip relative to the top of the workbook. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.SpreadJSTabStripPosition
See Also