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

XlHeaderFooter.FirstFooter Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public string FirstFooter { get; set; }

Property Value

Type Description
String

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

Remarks

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

See Also