Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser.Section Enumeration


In This Topic
    HeaderFooterParser.Section Enumeration
    In This Topic
    Represents the header/footer section.
    Syntax
    'Declaration
     
    
    Public Enum HeaderFooterParser.Section 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HeaderFooterParser.Section
    public enum HeaderFooterParser.Section : System.Enum 
    Members
    MemberDescription
    AnyIndicates any section.
    CenterIndicates the center section.
    LeftIndicates the left section.
    RightIndicates the right section.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Printing.HeaderFooterParser.Section

    See Also