Back to Devexpress

WorksheetHeaderFooterOptions.FirstHeader Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetheaderfooteroptions-7f841cf4.md

latest2.0 KB
Original Source

WorksheetHeaderFooterOptions.FirstHeader Property

Provides access to the header for the first page.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
WorksheetHeaderFooter FirstHeader { get; }
vb
ReadOnly Property FirstHeader As WorksheetHeaderFooter

Property Value

TypeDescription
WorksheetHeaderFooter

A WorksheetHeaderFooter object that is the header for the first page.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FirstHeader
ChartSheet

.HeaderFooterOptions .FirstHeader

| | Worksheet |

.HeaderFooterOptions .FirstHeader

|

Remarks

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

See Also

WorksheetHeaderFooterOptions Interface

WorksheetHeaderFooterOptions Members

DevExpress.Spreadsheet Namespace