Count Property (Read Only)
Syntax
Object.Count
Data Type
Applies To
Purpose
Returns the number of objects in the collection.
Example
'Same syntax applies to other collections
numPlots = CWGraph1.Plots.Count
Object.Count
Returns the number of objects in the collection.
'Same syntax applies to other collections
numPlots = CWGraph1.Plots.Count