DocumentLaunch.IsExcelInstalled Method

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method will be removed next release. Please use CanOpenDocument or CanCreateDocument instead")> _
Public Shared Function IsExcelInstalled As Boolean
[ObsoleteAttribute("This method will be removed next release. Please use CanOpenDocument or CanCreateDocument instead")]
public static bool IsExcelInstalled()
[ObsoleteAttribute(L"This method will be removed next release. Please use CanOpenDocument or CanCreateDocument instead")]
public:
static bool IsExcelInstalled()
[<ObsoleteAttribute("This method will be removed next release. Please use CanOpenDocument or CanCreateDocument instead")>]
static member IsExcelInstalled : unit -> bool
public static function IsExcelInstalled() : boolean

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DocumentLaunch Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace