Share via


IExcelClient::Version property

Gets the version of the Excel client.

This property is read-only.

Syntax

HRESULT get_Version(
  [out, retval] BSTR *pRetVal
);
' Data type: String

Property Version( _
) As String

Property value

The version of the Excel client. For Windows HPC Server 2008 R2, this value is always 1.0.

Error codes

Returns S_OK unless an exception occurs.

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Excel.tlb

See also

IExcelClient