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


In This Topic
    AlignMarginsHeaderFooter Property (PageSetup)
    In This Topic
    Gets or sets a value indicating whether the header and the footer are aligned with the margins set in the page setup options.
    Syntax
    'Declaration
     
    
    Public Property AlignMarginsHeaderFooter As Boolean
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Boolean
     
    instance.AlignMarginsHeaderFooter = value
     
    value = instance.AlignMarginsHeaderFooter
    public bool AlignMarginsHeaderFooter {get; set;}

    Property Value

    true if the header and the footer are aligned with the margins set in the page setup options; otherwise, false.
    See Also