Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabType Enumeration


In This Topic
    RibbonTabType Enumeration
    In This Topic
    Represents all tabs in the ribbon bar.
    Syntax
    'Declaration
     
    
    Public Enum RibbonTabType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RibbonTabType
    public enum RibbonTabType : System.Enum 
    Members
    MemberDescription
    ChartDesignThe contextual Chart Design ribbon tab.
    DataThe Data ribbon tab.
    DeveloperThe Developer ribbon tab.
    DrawingToolsThe contextual Drawing Tools ribbon tab.
    FormulasThe Formulas ribbon tab.
    HomeThe Home ribbon tab.
    InsertThe Insert ribbon tab.
    PageLayoutThe Page Layout ribbon tab.
    PictureFormatThe contextual Picture Format ribbon tab.
    ReviewThe Review ribbon tab.
    SettingsThe Settings ribbon tab.
    ShapeFormatThe contextual Shape Format ribbon tab.
    SlicerThe contextual Slicer ribbon tab.
    SparklineThe contextual Sparkline ribbon tab.
    TableDesignThe contextual Chart Format ribbon tab.
    ViewThe View ribbon tab.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonTabType

    See Also