Click or drag to resize

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; }

Return Value

Type: Int32
The version of the object as an integer.
See Also