PageSetupFirstPageNumber Property |
Represents the first page number that will be used when this sheet is printed.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int FirstPageNumber { get; set; }
Public Property FirstPageNumber As Integer
Get
Set
public:
property int FirstPageNumber {
int get ();
void set (int value);
}
member FirstPageNumber : int with get, set
Property Value
Type:
Int32
See Also