The Count function returns the number of members in a collection.
Syntax 1
|
The Count function returns the number of members in a collection. |
|
Count(collection) |
|
Arguments: |
|
|
collection |
Collection - The collection whose count is to be determined. |
Syntax 2
|
The Count function returns the number of members in a collection. |
|
Count(collection, filter) |
|
Arguments: |
|
|
collection |
Collection - The collection whose count is to be determined. |
|
|
filter |
FilterExpression - Filter criteria. |
Remarks
- Example: Count(Vehicles) returns 42.
- Example: Count(Vehicles, Color = "Red") returns 3.
Comments
0 comments
Article is closed for comments.