XlPageSetup.AutomaticFirstPageNumber Property
Gets or sets a value indicating whether the first page number should be selected automatically.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to use the default page number for the first printed page; otherwise, false. |
Remarks
If automatic pagination does not meet your requirements, you can use the XlPageSetup.FirstPageNumber property to specify the number of the first page of the printed worksheet. For more information on how to adjust page formatting options, refer to the How to: Specify Print Settings article.
See Also