BuiltInDocumentPropertyCollectionVersion Property |
Represents the version number of the application that created the document.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
member Version : string with get, set
Property Value
Type:
String
Remarks
It's format is "00.0000",for example : 12.0000
See Also