Skip to main content

TableCellCollection Interface

A collection of TableCell objects in a table row.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface TableCellCollection :
    ISimpleCollection<TableCell>,
    IEnumerable<TableCell>,
    ICollection,
    IEnumerable

#Returned By

The TableRow.Cells property returns an instance of TableCellCollection.

#Remarks

Use the TableRow.Cells property to get access to the TableCellCollection instance.

See Also