[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.DocumentVersion

DocumentVersion Property

DocumentVersion

Gets or sets the version of the file.

Declaration
string DocumentVersion { get; set; }
Property DocumentVersion As String
Property Value
Type Description
string

The document version of the file.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.DocumentVersion = "2.1";
string documentVersion = properties.DocumentVersion;