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


In This Topic
    ParseSection Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ParseSection( _
       ByVal section As HeaderFooterParser.Section _
    ) 
    'Usage
     
    
    Dim instance As HeaderFooterParser
    Dim section As HeaderFooterParser.Section
     
    instance.ParseSection(section)
    public void ParseSection( 
       HeaderFooterParser.Section section
    )

    Parameters

    section
    See Also