ReferencedOLEFileDescriptors.Item Property
Parent Object: ReferencedOLEFileDescriptorsDescription
Returns the specified ReferencedOLEFileDescriptor object from the collection. This is the default property of the ReferencedOLEFileDescriptors collection object.
Syntax
ReferencedOLEFileDescriptors.Item( Index As Long ) As ReferencedOLEFileDescriptorProperty Value
This is a read only property whose value is a ReferencedOLEFileDescriptor.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the ReferencedOLEFileDescriptor to return. |