Share via


ExcelService.GetApiVersion Method

Gets the Excel Web Services version information.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetApiVersion ( _
    <OutAttribute> ByRef status As Status() _
) As String
'Usage
Dim instance As ExcelService
Dim status As Status()
Dim returnValue As String

returnValue = instance.GetApiVersion(status)
[WebMethodAttribute]
public string GetApiVersion(
    out Status[] status
)

Parameters

  • status
    Type: []
    Alert information.

Return Value

Type: System.String
The version string of Excel Web Services.

Remarks

An application that has been modified for a later version of Excel Web Services can use this version string definition to decide its programming logic flow.

See Also

Reference

ExcelService Class

ExcelService Members

Microsoft.Office.Excel.Server.WebServices Namespace