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


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

    Parameters

    section
    See Also