Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / RichTextHeaderFooterParser Class / OnAfterParsing Method


In This Topic
    OnAfterParsing Method (RichTextHeaderFooterParser)
    In This Topic
    Occurs after finished parsing a section.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnAfterParsing() 
    'Usage
     
    
    Dim instance As RichTextHeaderFooterParser
     
    instance.OnAfterParsing()
    protected override void OnAfterParsing()
    See Also