TableCellCollection
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:
C#
public sealed class TableCellCollection : DocumentElementCollection<TableCell, TableRow>, IList<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<TableCell, TableRow>DocumentElementCollection<TableCell, TableRow>TableCellCollection
Implements:
Inherited Members