ClassTableRowCollection
Class
Represents a collection of table rows in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.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)
Initializes a new instance of the TableRowCollection class that wraps the specified DocumentElementCollection.
Declaration
cs-api-definition
public TableRowCollection(DocumentElementCollection toWrap)
Parameters
toWrap
The DocumentElementCollection to be wrapped and managed as a collection of TableRow elements.