Skip to main content

XlHeaderFooter.DifferentFirst Property

Gets or sets a value indicating whether the first page of the worksheet has unique headers and footers.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool DifferentFirst { get; set; }

Property Value

Type Description
Boolean

true, to specify a unique header or footer for the first page; otherwise, false.

See Also