Back to Devexpress

HeaderFooterCode.CustomPageTotal(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-headerfootercode-dot-custompagetotal-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

HeaderFooterCode.CustomPageTotal(Int32) Method

Returns the header and footer code that prints the total number of pages plus/minus the specified number.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static string CustomPageTotal(
    int offset
)
vb
Public Shared Function CustomPageTotal(
    offset As Integer
) As String

Parameters

NameTypeDescription
offsetInt32

Specifies a positive or negative integer to add to or subtract from the total number of pages.

|

Returns

TypeDescription
String

The resulting header and footer code.

|

See Also

HeaderFooterCode Class

HeaderFooterCode Members

DevExpress.Spreadsheet Namespace