Click or drag to resize

XlsPageSetupBase FirstPageNumber Property

Returns or sets the first page number that will be used when this sheet is printed. If xlAutomatic, Microsoft Excel chooses the first page number. The default is xlAutomatic. Read / write Long.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FirstPageNumber { get; set; }

Property Value

Type: Int32

Implements

IPageSetupBase FirstPageNumber
See Also