This method of the IVariantDictionary interface deletes a specific item from a collection of variants. This method is used by the Application and Session objects to remove items from their Contents collections.
public abstract void remove(com.ms.com.Variant varKey);
varKey | [in] An identifier of the item to remove. |