ClassTableCellCollection
Class
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:
Inherited Members
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
The added table cell.