ExcelPageSetupPrintFirstPageNumberAuto Property

Gets or sets a flag indicating if the first page number is automatically selected by Excel viewer. If this property is false the first page number is given by the PrintFirstPageNumber property.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public bool PrintFirstPageNumberAuto { get; set; }

Property Value

Boolean

See Also