New to Telerik Document ProcessingStart a free 30-day trial

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: IEnumerableIEnumerable<TableCell>

Inherited Members CollectionBase<TableCell>.Add(TableCell)CollectionBase<TableCell>.GetEnumerator()CollectionBase<TableCell>.CountCollectionBase<TableCell>.this[int]

Methods

Creates a table cell, adds it to the collection, and returns it.

C#
public TableCell AddTableCell()
Returns:

TableCell

The newly created and added TableCell instance.

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