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 ExcelWriter. The format of the version string returned is:

Signature
C#
C#
 public System.String Version{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property Version() As String
{signature}
{remarks}[Version|ExcelApplication.Version] is a  *Read Only*  property.

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

Version is a Read Only property.

Example
Code Block
csharp
csharp
titleC#

string ver = xla.Version;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim ver As String = xla.Version
{code} {example}