Skip to main content
All docs
V26.1
  • TableCellCollection Class

    A collection of table cells in a table row.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public class TableCellCollection :
        PresentationCollection<TableCell>

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<TableCell>
    PresentationCollection<TableCell>
    TableCellCollection
    See Also