Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the exact version of WordWriter. The format of the version string returned is:{excerpt}
{signature:C#}
 public System.String Version{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Version() As String
Remarks

Version is a Read Only property.

{signature}
{remarks}[Version|WordApplication.Version] is a *Read Only* property.

{remarks}
{example}{code:csharp|title=C#}

          string ver = oWordApplication.Version;
        
{code}
{code:vb.net
|title=vb.net
}

          Dim ver As String = oWordApplication.Version
        {code}

{example}
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle