Class
TableCellCollection

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: IEnumerable

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

Methods

AddTableCell()

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

Declaration

cs-api-definition
public TableCell AddTableCell()

Returns

TableCell

The newly created and added TableCell instance.

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