Class TableCellCollection
Represents a collection of table cells in a document model.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableCellCollection : SpecializedDocumentElementCollection<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IEnumerable, IList, ICollection
Remarks
This class provides methods to manipulate and access a group of table cells associated with a table within a document.
Constructors
TableCellCollection(DocumentElementCollection)
Declaration
public TableCellCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|