New to Telerik UI for WPFStart a free 30-day trial

Represents a collection of table rows in a document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
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

Initializes a new instance of the TableRowCollection class that wraps the specified DocumentElementCollection.

C#
public TableRowCollection(DocumentElementCollection toWrap)
Parameters:toWrapDocumentElementCollection

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