TableCellCollection
Class
Collection of table cells used to build a row; provides a helper to create and add cells.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class TableCellCollection : CollectionBase<TableCell>, IEnumerable<TableCell>, IEnumerable
Inheritance: objectCollectionBase<TableCell>TableCellCollection
Implements:
Inherited Members
Methods
Creates a table cell, adds it to the collection, and returns it.
C#
public TableCell AddTableCell()
The newly created and added TableCell instance.