ClassTableRowCollection
Class
Collection of table rows for constructing a table; includes a helper to create and add rows.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class TableRowCollection : CollectionBase<TableRow>, IEnumerable
Inheritance: objectCollectionBase<TableRow>TableRowCollection
Implements:
Inherited Members
Methods
AddTableRow()
Creates a table row, adds it to the collection, and returns it.
Declaration
cs-api-definition
public TableRow AddTableRow()
Returns
The newly created and added TableRow instance.