BuiltInDocumentPropertyCollectionRevisionNumber Property |
Gets or sets the document revision number.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string RevisionNumber { get; set; }
Public Property RevisionNumber As String
Get
Set
public:
property String^ RevisionNumber {
String^ get ();
void set (String^ value);
}
member RevisionNumber : string with get, set
Property Value
Type:
String
RemarksAspose.Cells does not update this property when you modify the document.
See Also