Share via


FileExportConverters.Item Property

Returns an individual FileExportConverter object from a collection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Object _
) As FileExportConverter
    Get
'Usage
Dim instance As FileExportConverters
Dim Index As Object
Dim value As FileExportConverter

value = instance.Item(Index)
FileExportConverter this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.FileExportConverter
FileExportConverter

See Also

Reference

FileExportConverters Interface

FileExportConverters Members

Microsoft.Office.Interop.Excel Namespace