Back to Devexpress

TableCellCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-cec4394e.md

latest1.9 KB
Original Source

TableCellCollection Class

A collection of table cells in a table row.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class TableCellCollection :
    PresentationCollection<TableCell>
vb
Public Class TableCellCollection
    Inherits PresentationCollection(Of TableCell)

Implements

IList<TableCell>

ICollection<TableCell>

IEnumerable<TableCell>

IEnumerable

Inheritance

Object PresentationCollectionBase<TableCell> PresentationCollection<TableCell> TableCellCollection

See Also

TableCellCollection Members

DevExpress.Docs.Presentation Namespace