MindFusion.Wpf Pack Programmer's Guide
PaginationOptions.HeaderFormat Property
See Also
 





Gets or sets the format of page headers.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string HeaderFormat { get; set; }

Visual Basic  Copy Code

Public Property HeaderFormat As String

 Property Value

A string value. The default is "%D, Page %P".

 Remarks

The header format string can contain fixed text and format specifiers. The following specifiers are supported:

Specifier

Description

%D

A placeholder for the document title.

%P

A placeholder for the worksheet page number.

%GP

A placeholder for the global page number.

%T

A placeholder for the worksheet name.

 See Also

PaginationOptions Members
PaginationOptions Class
MindFusion.Spreadsheet.Wpf Namespace