Back to Devexpress

TableRowCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-714e0eeb.md

latest1.4 KB
Original Source

TableRowCollection Interface

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface TableRowCollection :
    ISimpleCollection<TableRow>,
    IEnumerable<TableRow>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface TableRowCollection
    Inherits ISimpleCollection(Of TableRow),
             IEnumerable(Of TableRow),
             IEnumerable,
             ICollection

The following members return TableRowCollection objects:

Remarks

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

See Also

TableRowCollection Members

DevExpress.XtraRichEdit.API.Native Namespace