VLPropertyList Reference

MethodRemove

See Also See Also Applies To Applies To

Removes a specific CListItem from a CListItems collection of a CProperty object.

 

Syntax

object.Remove index

 

The Remove method syntax has these parts:

PartDescription
object An object expression that evaluates to an object of CListItems.
index An integer or string that uniquely identifies the CListItem object within the CListItems collection.

 

Remarks

To remove all the members of a collection, use the Clear method.