Spread WPF 17
GrapeCity.Excel Namespace / ExcelTabStripPolicy Enumeration


In This Topic
    ExcelTabStripPolicy Enumeration
    In This Topic
    Specifies when the component displays the sheet name tabs.
    Syntax
    'Declaration
     
    Public Enum ExcelTabStripPolicy 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelTabStripPolicy
    public enum ExcelTabStripPolicy : System.Enum 
    Members
    MemberDescription
    AlwaysAlways displays the sheet tabs
    AsNeededDisplays the sheet tabs only when needed
    NeverDoes not display the sheet tabs
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelTabStripPolicy

    See Also