PageSetupIsAutoFirstPageNumber Property |
Indicates whether the first the page number is automatically assigned.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool IsAutoFirstPageNumber { get; set; }
Public Property IsAutoFirstPageNumber As Boolean
Get
Set
public:
property bool IsAutoFirstPageNumber {
bool get ();
void set (bool value);
}
member IsAutoFirstPageNumber : bool with get, set
Property Value
Type:
Boolean
See Also