Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IncludeHeaders Enumeration


In This Topic
    IncludeHeaders Enumeration
    In This Topic
    Specifies which spreadsheet headers should be included.
    Syntax
    'Declaration
     
    
    Public Enum IncludeHeaders 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IncludeHeaders
    public enum IncludeHeaders : System.Enum 
    Members
    MemberDescription
    BothCustomOnlyIncludes both custom column and custom row headers, custom headers only
    ColumnHeadersCustomOnlyIncludes only custom column headers
    NoneIncludes neither column nor row headers
    RowHeadersCustomOnlyIncludes only custom row headers
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Model.IncludeHeaders

    See Also