property CalcEdit.AllowSubCount as String
Specifies the keyword that makes the control to display the subcounts.

TypeDescription
String A String expression that defines the HTML expression that indicates the keyword that computes all previously valid lines.
By default, the AllowSubCount property is "<fgcolor=808080><b>SubCount</b></fgcolor>", which indicates that the SubCount keyword specifies the count of all lines (valid) in the control. If the AllowSubCount property is "", the control supports no SubCount aggregate function. The FormatSubCountResult / FormatLocal property defines the format to display the result of a SubCount 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: