FileExportConverters.Item Method
Excel Developer Reference |
Returns an individual FileExportConverter object from a collection.
Version Information
Version Added: Excel 2007
Syntax
expression.Item(Index)
expression A variable that represents a FileExportConverters object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | An integer that represents the individual object to be returned. |
Return Value
FileExportConverter