Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser.Codes Enumeration


In This Topic
    HeaderFooterParser.Codes Enumeration
    In This Topic
    Represents formatting code of header/footer.
    Syntax
    'Declaration
     
    
    Public Enum HeaderFooterParser.Codes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HeaderFooterParser.Codes
    public enum HeaderFooterParser.Codes : System.Enum 
    Members
    MemberDescription
    APrints the name of the workbook tab.
    AmpPrints a single ampersand.
    BTurns bold printing on or off.
    CCenters the characters that follow.
    DPrints the current date.
    ETurns double-underline printing on or off.
    FPrints the name of the document.
    GInserts an image.
    ITurns italic printing on or off.
    KPrints the characters that follow in the specified color from the current theme.
    LLeft aligns the characters that follow.
    NPrints the total number of pages in the document.
    PPrints the page number.
    RRight aligns the characters that follow.
    STurns strikethrough printing on or off.
    TPrints the current time.
    UTurns underline printing on or off.
    UnknownRepresents an unknown code.
    XTurns superscript printing on or off.
    YTurns subscript printing on or off.
    ZPrints the file path.
    Inheritance Hierarchy

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

    See Also