Removes a tag from the collection. Either a string or an integer can be passed in the VARIANT parameter.
Syntax
HRESULT Remove([in] VARIANT varIndex);
Sub Remove(ByVal varIndex)
Parameters
varIndex
String or integer identifying the tag in the collection to be removed.