Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool AutomaticFirstPageNumber { get; set; }

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