XlsBuiltInDocumentProperties
PageCount Property
|
Gets/Sets PageCount document property.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int PageCount { get; set; }
Public Property PageCount As Integer
Get
Set
public:
virtual property int PageCount {
int get () sealed;
void set (int value) sealed;
}
abstract PageCount : int with get, set
override PageCount : int with get, set
Property Value
Type:
Int32
Implements
IBuiltInDocumentProperties
PageCount
See Also