Skip to main content

XlHeaderFooter.FirstHeader Property

Gets or sets the text to be displayed in the header of the first worksheet page.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string FirstHeader { get; set; }

Property Value

Type Description
String

A String object that specifies the header for the first page.

Remarks

If the XlHeaderFooter.DifferentFirst property is set to true, the FirstHeader property allows you to set the header content for the first page. Otherwise, settings for the first page are ignored.

See Also