[]
Gets or sets the version of the file.
string DocumentVersion { get; set; }
Property DocumentVersion As String
| Type | Description |
|---|---|
| string | The document version of the file. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.DocumentVersion = "2.1";
string documentVersion = properties.DocumentVersion;