Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / AlignMarginsHeaderFooter Property


In This Topic
AlignMarginsHeaderFooter Property (IPageSetup)
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
 
Property AlignMarginsHeaderFooter As Boolean
 
'Usage
 
Dim instance As IPageSetup
Dim value As Boolean
 
instance.AlignMarginsHeaderFooter = value
 
value = instance.AlignMarginsHeaderFooter

Property Value

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