IPageSetupBase
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.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int FirstPageNumber { get; set; }
Property FirstPageNumber As Integer
Get
Set
property int FirstPageNumber {
int get ();
void set (int value);
}
abstract FirstPageNumber : int with get, set
Property Value
Type:
Int32
See Also