ClassTableCellCollection
Class
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:
Inherited Members
Constructors
TableCellCollection(DocumentElementCollection)
Declaration
cs-api-definition
public TableCellCollection(DocumentElementCollection toWrap)
Parameters
toWrap