Class TableCellCollection
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
Constructors
TableCellCollection(DocumentElementCollection)
Declaration
public TableCellCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|