Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / GetColumnFooter Method

In This Topic
    GetColumnFooter Method
    In This Topic
    Gets the group of rows or columns which has the TableVectorGroup.ColumnFooter property set to true.
    Syntax
    'Declaration
     
    Public Function GetColumnFooter() As TableVectorGroup
    public TableVectorGroup GetColumnFooter()

    Return Value

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