Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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