RepeaterGroupInstance.footerRows Property

Gets the collection of footer rows shown, which is composed of the templates to be shown for the bottom-left corner, column footers, and bottom-right corner.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

The collection is grouped by the templates of the footer row, then by the column the template is for.

Usage: footerRows[templateIndex][columnIndex]

For example, the 2nd template of the 4th column is footerRows[1][3].

See Also