Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / OnStartSection Method


In This Topic
    OnStartSection Method (TextHeaderFooterParser)
    In This Topic
    Occurs when a new section started.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnStartSection( _
       ByVal section As HeaderFooterParser.Section _
    ) 
    'Usage
     
    
    Dim instance As TextHeaderFooterParser
    Dim section As HeaderFooterParser.Section
     
    instance.OnStartSection(section)
    protected override void OnStartSection( 
       HeaderFooterParser.Section section
    )

    Parameters

    section
    See Also