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

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