Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / TextHeaderFooterParser Constructor
The header/footer format code.
true to use short code; otherwise, false.


In This Topic
    TextHeaderFooterParser 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, _
       Optional ByVal useShortName As Boolean _
    )
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim code As String
    Dim useShortName As Boolean
     
    Dim instance As New TextHeaderFooterParser(workbook, code, useShortName)
    public TextHeaderFooterParser( 
       IWorkbook workbook,
       string code,
       bool useShortName
    )

    Parameters

    workbook
    code
    The header/footer format code.
    useShortName
    true to use short code; otherwise, false.
    See Also