Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / GetHeaderFooter Method


In This Topic
    GetHeaderFooter Method
    In This Topic
    Gets the original string of print header/footer.
    Syntax
    'Declaration
     
    
    Public Function GetHeaderFooter( _
       ByVal isHeader As Boolean, _
       Optional ByVal raw As Boolean _
    ) As String
    'Usage
     
    
    Dim instance As PageSetup
    Dim isHeader As Boolean
    Dim raw As Boolean
    Dim value As String
     
    value = instance.GetHeaderFooter(isHeader, raw)
    public string GetHeaderFooter( 
       bool isHeader,
       bool raw
    )

    Parameters

    isHeader
    raw
    See Also