FileConverters.Item Property
Returns an individual FileConverter object in a collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As FileConverter
Get
'Usage
Dim instance As FileConverters
Dim Index As Object
Dim value As FileConverter
value = instance.Item(Index)
FileConverter this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
The individual object to be returned. Can be a 64-bit signed integer indicating the ordinal position or a string representing the name of the individual object.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.FileConverter