The Item property accesses an Aggregate object giving its
key. The Count property counts the number
of objects in the Aggregates collection. You can use the for each
statement to enumerate all Aggregate objects in the Aggregates collection. For
instance, the Aggregates.Item("sum").FormatResult = "currency(value)",
makes a sum column to display its content as a currency, by default.