XlsBuiltInDocumentProperties
DocumentVersion Property
|
Gets/Sets version of the file.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string DocumentVersion { get; set; }
Public Property DocumentVersion As String
Get
Set
public:
property String^ DocumentVersion {
String^ get ();
void set (String^ value);
}
member DocumentVersion : string with get, set
Property Value
Type:
String
See Also