ClassTableRowCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class TableRowCollection : SpecializedDocumentElementCollection<TableRow>, ICollection<TableRow>, IEnumerable<TableRow>, IList, ICollection, IEnumerable
Inheritance: objectSpecializedDocumentElementCollection<TableRow>TableRowCollection
Implements:
Inherited Members
Constructors
TableRowCollection(DocumentElementCollection)
Declaration
cs-api-definition
public TableRowCollection(DocumentElementCollection toWrap)
Parameters
toWrap