<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / ColumnFooterRows Property

In This Topic
    ColumnFooterRows Property (C1FlexGrid)
    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