ReferencedOLEFileDescriptors.ItemByName Property
Parent Object: ReferencedOLEFileDescriptorsDescription
Returns the specified ReferencedOLEFileDescriptor object from the collection.
Syntax
ReferencedOLEFileDescriptors.ItemByName( Name As String ) As ReferencedOLEFileDescriptorProperty Value
This is a read only property whose value is a ReferencedOLEFileDescriptor.Parameters
Name | Type | Description |
Name | String | Input String value that specifies the ReferencedOLEFileDescriptor to return. This can either be the FullFileName of the linked file or the display name of the linked/embedded item. |