TableCellCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableCellCollection : SpecializedDocumentElementCollection<TableCell>, IList, ICollection, IEnumerable
Inheritance: objectSpecializedDocumentElementCollection<TableCell>TableCellCollection
Implements:
Inherited Members
Constructors
C#
public TableCellCollection(DocumentElementCollection toWrap)