Class
TableRowCollection

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: ICollectionICollection<TableRow>IEnumerableIEnumerable<TableRow>IList

Inherited Members SpecializedDocumentElementCollection<TableRow>.OnElementAdded(DocumentElement)SpecializedDocumentElementCollection<TableRow>.OnCollectionChanged()SpecializedDocumentElementCollection<TableRow>.ToArray()SpecializedDocumentElementCollection<TableRow>.VerifyChildrenOverride(TableRow)SpecializedDocumentElementCollection<TableRow>.Add(TableRow)SpecializedDocumentElementCollection<TableRow>.AddBefore(TableRow, TableRow)SpecializedDocumentElementCollection<TableRow>.AddAfter(TableRow, TableRow)SpecializedDocumentElementCollection<TableRow>.Clear()SpecializedDocumentElementCollection<TableRow>.Contains(TableRow)SpecializedDocumentElementCollection<TableRow>.CopyTo(TableRow[], int)SpecializedDocumentElementCollection<TableRow>.Remove(TableRow)SpecializedDocumentElementCollection<TableRow>.Detach(TableRow)SpecializedDocumentElementCollection<TableRow>.GetEnumerator()SpecializedDocumentElementCollection<TableRow>.AddRange(IEnumerable<TableRow>)SpecializedDocumentElementCollection<TableRow>.InnerCollectionSpecializedDocumentElementCollection<TableRow>.FirstSpecializedDocumentElementCollection<TableRow>.LastSpecializedDocumentElementCollection<TableRow>.CountSpecializedDocumentElementCollection<TableRow>.IsReadOnlySpecializedDocumentElementCollection<TableRow>.ElementAddedSpecializedDocumentElementCollection<TableRow>.CollectionChanged

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

DocumentElementCollection

The DocumentElementCollection to be wrapped and managed as a collection of TableRow elements.