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

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.v19.1.Core.dll

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