Skip to main content
A newer version of this page is available. .

XlHeaderFooter.AlignWithMargins Property

Gets or sets a value indicating whether the header or footer edges should be aligned with page margins.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool AlignWithMargins { get; set; }

Property Value

Type Description
Boolean

true, to align the header or footer with page margins; otherwise, false.

See Also