[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.RevisionNumber

RevisionNumber Property

RevisionNumber

Gets or sets the revision number of the document.

This property is not updated automatically when the document is modified.

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

The revision number stored in the built-in document properties.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.RevisionNumber = "5";
string revisionNumber = properties.RevisionNumber;