Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion method
BuiltInDocumentPropertyCollection::SetVersion(const U16String&) method
Represents the version number of the application that created the document.
void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion(const U16String &value)
Remarks
It’s format is “00.0000”,for example : 12.0000
See Also
- Class U16String
- Class BuiltInDocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
BuiltInDocumentPropertyCollection::SetVersion(const char16_t*) method
Represents the version number of the application that created the document.
void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion(const char16_t *value)
Remarks
It’s format is “00.0000”,for example : 12.0000
See Also
- Class BuiltInDocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++