ClassTableCellCollection
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:
cs-api-definition
public class TableCellCollection : CollectionBase<TableCell>, IEnumerable
Inheritance: objectCollectionBase<TableCell>TableCellCollection
Implements:
Inherited Members
Methods
AddTableCell()
Creates a table cell, adds it to the collection, and returns it.
Declaration
cs-api-definition
public TableCell AddTableCell()
Returns
The newly created and added TableCell instance.