Class TableRowCollection
Represents a collection of table rows in a document model.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableRowCollection : SpecializedDocumentElementCollection<TableRow>, ICollection<TableRow>, IEnumerable<TableRow>, IEnumerable, IList, ICollection
Remarks
This collection allows for the manipulation and management of table rows within a table structure, providing methods to add, remove, and access rows.
Constructors
TableRowCollection(DocumentElementCollection)
Initializes a new instance of the TableRowCollection class that wraps the specified DocumentElementCollection.
Declaration
public TableRowCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
The DocumentElementCollection to be wrapped and managed as a collection of TableRow elements. |