property CalcEdit.AllowCount as String
Specifies the keyword that makes the control to display the count all lines being counted in a Total group.

TypeDescription
String A String expression that defines the HTML expression that indicates the keyword that computes the valid lines.
By default, the AllowCount property is "<b>Count</b>", which indicates that the Count keyword specifies the count of all lines (valid) in the control. If the AllowCount property is "", the control supports no Count aggregate function. The FormatCountResult / FormatLocal property defines the format to display the result of a Count line. The AllowVariables property specifies the expression ( no HTML ) that defines the equal operator, so you can define variables.

By default, the control supports the following aggregate functions:

The following screen show shows a control that displays a Count line: