Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / DifferentFirstPageHeaderFooter Property


In This Topic
    DifferentFirstPageHeaderFooter Property (PageSetup)
    In This Topic
    Gets or sets a value indicating whether the different header or footer is used on the first page.
    Syntax
    'Declaration
     
    
    Public Property DifferentFirstPageHeaderFooter As Boolean
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Boolean
     
    instance.DifferentFirstPageHeaderFooter = value
     
    value = instance.DifferentFirstPageHeaderFooter
    public bool DifferentFirstPageHeaderFooter {get; set;}

    Property Value

    true if a different header or footer is used on the first page; otherwise, false.
    See Also