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
object Required. An object expression that evaluates to a Channels collection object. Index Required. 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