Gets the group of rows or columns which has the ColumnFooter property set to true.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableVectorGroup GetColumnFooter()
Visual Basic
Public Function GetColumnFooter As TableVectorGroup

Return Value

The TableVectorGroup which is a table footer repeated on each column, or null if such group does not exist.

See Also