Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.7.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > ExcelApplication > Version

Version Property


C# Signature:

VB.NET Signature:


Description:

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

 SoftArtisans.ProductName Edition Major.Minor.Patch.Build (mmddyyyy-hhmmss-buildMachineId) 
  • ProductName
    A product name like "SoftArtisans.ExcelWriter."

  • Edition
    The edition of the product installed. If a license key cannot be found, this field will be blank.

  • Major
    Major release number.

  • Minor
    Minor release number.

  • Patch
    Patch or bug fix number.

  • Build
    Build number.

  • mmddyyyy
    Date the build was compiled.

  • hhmmss
    Time the build was compiled.

  • buildMachineId
    Unique ID of the computer on which this product was compiled.

Version is a Read Only property.

Version is a read only property.



Examples:

[csharp]
string ver = xla.Version;
[vbnet]
Dim ver As String = xla.Version


Getter

Signature:

public String Version

Returns:

String Version string, as described above.



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.