Back to Devexpress

TableCellCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-b2f59433.md

latest1.5 KB
Original Source

TableCellCollection Interface

A collection of TableCell objects in a table row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

The following members return TableCellCollection objects:

Remarks

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

See Also

TableCellCollection Members

DevExpress.XtraRichEdit.API.Native Namespace