method Property.RemoveValue (Value as Long)

Removes an item, when the property is of EnumType.

TypeDescription
Value as Long A long expression that indicates the value of the item being removed.

Use the RemoveValue method to remove an item from the property's list values when it is of EnumType type. Use the AddValue property to add new values to property's list values.