Collection extensions
count
Returns: Number
The COUNT function runs the supplied inner function (which itself returns a boolean value) over all elements of a collection, and counts the total number of elements that return true.
If you just want to take the count of the number of elements in a collection, use the .Count property instead of this function.
The COUNT function runs the supplied inner function (which itself returns a boolean value) over all elements of a collection, and counts the total number of elements that return true.
If you just want to take the count of the number of elements in a collection, use the .Count property instead of this function.