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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool PrintFirstPageNumberAuto { get; set; }
Public Property PrintFirstPageNumberAuto As Boolean
Get
Set
public:
property bool PrintFirstPageNumberAuto {
bool get ();
void set (bool value);
}
member PrintFirstPageNumberAuto : bool with get, set
Property Value
Boolean