RepeaterGroupInstance.columnFooters Property
Gets or sets the collection of column footers shown.
Property Value
Type: Array
Element Type: Array
Remarks
The collection is grouped by the templates of the column footer, then
by the column the footer is for.
Usage: columnFooters[templateIndex][columnIndex]
For example, the 2nd template of the 4th column is
columnFooters[1][3].