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


In This Topic
    OnAfterParsing Method (HeaderFooterParser)
    In This Topic
    Occurs after finished parsing a section.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAfterParsing() 
    'Usage
     
    
    Dim instance As HeaderFooterParser
     
    instance.OnAfterParsing()
    protected virtual void OnAfterParsing()
    See Also