Class
TableCellCollection

Manages table cells within a row, defining the horizontal structure of the table grid.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Collections

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public sealed class TableCellCollection : DocumentElementCollection<TableCell, TableRow>, IEnumerable

Inheritance: objectDocumentElementCollectionBase<TableCell, TableRow>DocumentElementCollection<TableCell, TableRow>TableCellCollection

Implements: IEnumerable

Inherited Members DocumentElementCollectionBase<TableCell, TableRow>.GetEnumerator()DocumentElementCollectionBase<TableCell, TableRow>.IndexOf(TableCell)DocumentElementCollectionBase<TableCell, TableRow>.Insert(int, TableCell)DocumentElementCollectionBase<TableCell, TableRow>.InsertRange(int, IEnumerable<TableCell>)DocumentElementCollectionBase<TableCell, TableRow>.RemoveAt(int)DocumentElementCollectionBase<TableCell, TableRow>.RemoveRange(int, int)DocumentElementCollectionBase<TableCell, TableRow>.Clear()DocumentElementCollectionBase<TableCell, TableRow>.Contains(TableCell)DocumentElementCollectionBase<TableCell, TableRow>.CopyTo(TableCell[], int)DocumentElementCollectionBase<TableCell, TableRow>.Remove(TableCell)DocumentElementCollectionBase<TableCell, TableRow>.Add(TableCell)DocumentElementCollectionBase<TableCell, TableRow>.CountDocumentElementCollectionBase<TableCell, TableRow>.this[int]

Methods

AddTableCell()

Creates and appends a new TableCell to the collection and returns it for content and formatting configuration.

Declaration

cs-api-definition
public TableCell AddTableCell()

Returns

TableCell

The added table cell.

In this article
DefinitionMethodsAddTableCell()
Not finding the help you need?
Contact Support