Count Property (All Dundas Upload Collections)

Dundas

Count Property (All Dundas Upload Collections)

Use this read-only property to determine the number of elements currently stored in any Dundas Upload collection.

Syntax

AnyUploadCollection.Count

Remarks

Use this property to find out how many elements are currently being stored in any Dundas Upload collection. This is useful for determining the upper loop delimiter when iterating through all of a collection's items. Note that you can also iterate through any Dundas Upload collection with For...Each loops.

See Also: Item