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

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

Syntax

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

Return Value

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

See Also