Remove MethodRemove Method*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Add Method
*Next Topic: ChatItems Object

Remove Method

Removes a Channel object from the Channels collection.

Syntax

object.Remove Index

Parameters

objectRequired. An object expression that evaluates to a Channels collection object.
IndexRequired. A variant. Index can be a number between 1 and the current collection Count, or the unique channel key.

Examples

MsChatPr1.Channels.Remove 4
MsChatPr1.Channels.Remove "Aud"

See Also

Item