Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / RichTextHeaderFooterParser Class / RichTextHeaderFooterParser Constructor
The header/footer format code.


In This Topic
    RichTextHeaderFooterParser Constructor
    In This Topic
    Initializes a new instance of the TextHeaderFooterParser class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal workbook As IWorkbook, _
       ByVal code As String, _
       ByVal pagePrintInfo As PagePrintInfo _
    )
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim code As String
    Dim pagePrintInfo As PagePrintInfo
     
    Dim instance As New RichTextHeaderFooterParser(workbook, code, pagePrintInfo)
    public RichTextHeaderFooterParser( 
       IWorkbook workbook,
       string code,
       PagePrintInfo pagePrintInfo
    )

    Parameters

    workbook
    code
    The header/footer format code.
    pagePrintInfo
    See Also