Skip to main content

TableCellCollection Interface

A collection of TableCell objects in a table row.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

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

The following members return TableCellCollection objects:

Remarks

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

See Also