ITfcExcel Interface

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<GuidAttribute("3F2DAAA6-4BC5-11DC-8314-0800200C9A66")> _
<ComVisibleAttribute(True)> _
Public Interface ITfcExcel _
    Inherits ITfcOfficeApp
[CLSCompliantAttribute(false)]
[GuidAttribute("3F2DAAA6-4BC5-11DC-8314-0800200C9A66")]
[ComVisibleAttribute(true)]
public interface ITfcExcel : ITfcOfficeApp
[CLSCompliantAttribute(false)]
[GuidAttribute(L"3F2DAAA6-4BC5-11DC-8314-0800200C9A66")]
[ComVisibleAttribute(true)]
public interface class ITfcExcel : ITfcOfficeApp
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("3F2DAAA6-4BC5-11DC-8314-0800200C9A66")>]
[<ComVisibleAttribute(true)>]
type ITfcExcel =  
    interface 
        interface ITfcOfficeApp 
    end
public interface ITfcExcel extends ITfcOfficeApp

The ITfcExcel type exposes the following members.

Methods

  Name Description
Public method CreateDocument (Inherited from ITfcOfficeApp.)
Public method CreateExcelReport
Public method OpenDocument (Inherited from ITfcOfficeApp.)

Top

See Also

Reference

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace