CPageStylePageNumbersText Property |
Set a custom page numbers in produced PDF document. Default value: "".
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
Property Value
String
Remarks
Default value: empty string
Using this property you may set custom page numbers as you wish.
These are special keywords to custom page numbers:
{page} - current page number
{numpages} - total pages
See Also