FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ColumnFooterRows Property

In This Topic
    ColumnFooterRows Property
    In This Topic
    Gets the collection of column footer rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooterRows As RowCollection
    public RowCollection ColumnFooterRows {get;}
    Remarks
    This property is equivalent to ColumnFooters.Rows.
    See Also