Selection Methods

Name Type Description
Add Method Adds the selected objects to the collection.

object.Add

Clear Method Clears the selected objects from the collection.

object.Clear

Count Method Returns the number of selected objects in the collection.

object.Count

Item Method Returns the object at the selected index.

object.Item(index)