Class
TableRowCollection

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: IEnumerable

Inherited Members CollectionBase<TableRow>.Add(TableRow)CollectionBase<TableRow>.GetEnumerator()CollectionBase<TableRow>.CountCollectionBase<TableRow>.this[int]

Methods

AddTableRow()

Creates a table row, adds it to the collection, and returns it.

Declaration

cs-api-definition
public TableRow AddTableRow()

Returns

TableRow

The newly created and added TableRow instance.

In this article
DefinitionMethodsAddTableRow()
Not finding the help you need?
Contact Support