RemoveCustomItem Method

The RemoveCustomItem method allows you to remove a custom metadata item from the custom items collection.

Syntax

NULL = objMC.RemoveCustomItem(vItem as Variant)

Element

Description

NULL

The RemoveCustomItem method returns no value.

objMC

A Mathcad worksheet or region object.

vItem

The metadata item specifier. If vItem is a string, this method removes the item whose name equals the string value. If vItem is an ICustomMetadataItem interface pointer, this method removes the item whose name equals the name of the parameter item. vItem is case-sensitive.