Class
TableCellCollection

Represents a collection of table cells in a document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableCellCollection : SpecializedDocumentElementCollection<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IList, ICollection, IEnumerable

Inheritance: objectSpecializedDocumentElementCollection<TableCell>TableCellCollection

Implements: ICollectionICollection<TableCell>IEnumerableIEnumerable<TableCell>IList

Inherited Members SpecializedDocumentElementCollection<TableCell>.OnElementAdded(DocumentElement)SpecializedDocumentElementCollection<TableCell>.OnCollectionChanged()SpecializedDocumentElementCollection<TableCell>.ToArray()SpecializedDocumentElementCollection<TableCell>.VerifyChildrenOverride(TableCell)SpecializedDocumentElementCollection<TableCell>.Add(TableCell)SpecializedDocumentElementCollection<TableCell>.AddBefore(TableCell, TableCell)SpecializedDocumentElementCollection<TableCell>.AddAfter(TableCell, TableCell)SpecializedDocumentElementCollection<TableCell>.Clear()SpecializedDocumentElementCollection<TableCell>.Contains(TableCell)SpecializedDocumentElementCollection<TableCell>.CopyTo(TableCell[], int)SpecializedDocumentElementCollection<TableCell>.Remove(TableCell)SpecializedDocumentElementCollection<TableCell>.Detach(TableCell)SpecializedDocumentElementCollection<TableCell>.GetEnumerator()SpecializedDocumentElementCollection<TableCell>.AddRange(IEnumerable<TableCell>)SpecializedDocumentElementCollection<TableCell>.InnerCollectionSpecializedDocumentElementCollection<TableCell>.FirstSpecializedDocumentElementCollection<TableCell>.LastSpecializedDocumentElementCollection<TableCell>.CountSpecializedDocumentElementCollection<TableCell>.IsReadOnlySpecializedDocumentElementCollection<TableCell>.ElementAddedSpecializedDocumentElementCollection<TableCell>.CollectionChanged

Constructors

TableCellCollection(DocumentElementCollection)

Declaration

cs-api-definition
public TableCellCollection(DocumentElementCollection toWrap)

Parameters

toWrap

DocumentElementCollection