Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableRowCollection Interface

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

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

Remarks

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

See Also