Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class
Members


In This Topic
    HeaderFooterParser Class
    In This Topic
    Represents the header/footer code parser. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class HeaderFooterParser 
    'Usage
     
    
    Dim instance As HeaderFooterParser
    public abstract class HeaderFooterParser 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Printing.HeaderFooterParser
          GrapeCity.Spreadsheet.Printing.TextHeaderFooterParser

    See Also