Count property
See also
Returns the number of objects in a collection.
Version added
2.0
Syntax
intRet = object.Count
|
intRet
|
Integer. The number of objects in the collection.
|
object
|
Required. An expression that returns an object from the Applies to list.
|