Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.Version

TElOfficeOpenXMLCoreProperties     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the document's version number.

Declaration

[C#]
    string Version;

[VB.NET]
    Property Version As String

[Pascal]
    property Version : WideString;

[C++]
    void get_Version(sb_u16string &OutResult);
    void get_Version(std::wstring &OutResult);
    void set_Version(const sb_u16string &Value);
    void set_Version(const std::wstring &Value);

[PHP]
    string get_Version()
    void set_Version(string $Value)

[Java]
    String getVersion();
    void setVersion(String Value);

Description

    Use this property to specify the version number. In contrary to revision number, which is specified by the application which creates the document, the version is set by the user.

See also:     LastModifiedBy     Revision    

Discuss this help topic in SecureBlackbox Forum