IndexOf Method (PlaceholderCollection)
Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.
'Declaration
Public Function IndexOf( _
ByVal As Char _
) As Integer
Parameters
- placeholder
- The character argument.