Contents Index Topic Contents | ||
Previous Topic: Properties Next Topic: Item Property |
Count Property
Accesses the number of Channel objects in the Channels collection.
Syntax
value=object.Count
Parameters
value Required. A long integer that contains the number of Channel objects in the Channels collection. object Required. An object expression that evaluates to a Channels collection object. Remarks
Access is read-only.
Examples
Dim lChannelCount As Long lChannelCount = MsChatPr1.Channels.Count Dim coll As Channels Set coll = MsChatPr1.Channels lChannelCount = coll.Channels.CountSee Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.