Remove (ColumnHeader, ListItem, Nodes)

This method removes a specific member from a collection.

Syntax

object.Remove(index)

Parameters

object
Object expression that evaluates to an object in a ColumnHeader, ListItem, or Nodes collection.
index
Integer or string that uniquely identifies the object within the collection. Use an integer to specify the value of the Index property and use a string to specify the value of the Key property.

Return Value

None.

Remarks

If the Remove method is passed the index of an image to remove, the image data is lost.