Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SpreadJSTabStripPosition Enumeration
In This Topic
    SpreadJSTabStripPosition Enumeration
    In This Topic
    Specifies the position of the tab strip relative to the workbook.
    Syntax
    public enum SpreadJSTabStripPosition : System.Enum 
    Members
    MemberDescription
    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

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SpreadJSTabStripPosition

    See Also