IndexFromFormat Method
Object List Next Object
Defined By: XferData
Description:
Allows you to search for a matching format and set the Index if a match is
found.
Declaration:
Function IndexFromFormat(ByVal s As String) as Integer
Arguments Description
s A clip format name or number
Details:
If the format requested by IndexFromFormat is accessible by the XferData, then
the Index property is changed to point to it and returns True. If a match is
not found, Index is unchanged and False is returned.