XlsBuiltInDocumentProperties
Version Property
|
Gets or sets the version of the object.
If the version property is not contained, it returns int.MinValue.
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 Version { get; set; }
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
member Version : int with get, set
Return Value
Type:
Int32
The version of the object as an integer.
See Also