Gets or sets the format of page headers.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public string HeaderFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderFormat As String |
A string value. The default is "%D, Page %P".
RemarksThe 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