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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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