Skip to main content
A newer version of this page is available. .
Row

WorksheetPrintOptions.PageNumbering Property

Provides access to an object specifying page numbering options for the current worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

WorksheetPageNumbering PageNumbering { get; }

Property Value

Type Description
WorksheetPageNumbering

A WorksheetPageNumbering object containing page numbering options.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageNumbering
Worksheet
.PrintOptions.PageNumbering
See Also