Skip to main content

TableRowCollection Interface

A collection of TableRow objects that is the table rows in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface TableRowCollection :
    ISimpleCollection<TableRow>,
    IEnumerable<TableRow>,
    ICollection,
    IEnumerable

#Returned By

The Table.Rows property returns an instance of TableRowCollection.

#Remarks

Use the Table.Rows property to return a TableRowCollection collection.

See Also