Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SpreadJSTabStripPosition Enumeration
In This Topic
    SpreadJSTabStripPosition Enumeration
    In This Topic
    Specifies the position of the tab strip relative to the workbook.
    Members
    MemberDescription
    BottomSpecifies the position of the tab strip relative to the bottom of the workbook.
    LeftSpecifies the position of the tab strip relative to the left of the workbook.
    RightSpecifies the position of the tab strip relative to the right of the workbook.
    TopSpecifies 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