Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns the exact version of WordWriter. The format of the version string returned is:

Signature
C#
C#
 public System.String Version{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property Version() As String
Remarks

Version is a Read Only property.

Example
Code Block
csharp
csharp
titleC#

          string ver = oWordApplication.Version;
        
Code Block
vb.net
vb.net
titlevb.net

          Dim ver As String = oWordApplication.Version