Returns the number of items in the collection.
property Count: Integer;
Description
Count contains the number of items in the Items array. Since Items is indexed starting with 0, the value of Count is always one greater than the index of the last member of Items.
|