Class
TableRowCollection

Manages table rows within a table, defining the vertical structure of the table grid.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Collections

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public sealed class TableRowCollection : DocumentElementCollection<TableRow, Table>, IEnumerable

Inheritance: objectDocumentElementCollectionBase<TableRow, Table>DocumentElementCollection<TableRow, Table>TableRowCollection

Implements: IEnumerable

Inherited Members DocumentElementCollectionBase<TableRow, Table>.GetEnumerator()DocumentElementCollectionBase<TableRow, Table>.IndexOf(TableRow)DocumentElementCollectionBase<TableRow, Table>.Insert(int, TableRow)DocumentElementCollectionBase<TableRow, Table>.InsertRange(int, IEnumerable<TableRow>)DocumentElementCollectionBase<TableRow, Table>.RemoveAt(int)DocumentElementCollectionBase<TableRow, Table>.RemoveRange(int, int)DocumentElementCollectionBase<TableRow, Table>.Clear()DocumentElementCollectionBase<TableRow, Table>.Contains(TableRow)DocumentElementCollectionBase<TableRow, Table>.CopyTo(TableRow[], int)DocumentElementCollectionBase<TableRow, Table>.Remove(TableRow)DocumentElementCollectionBase<TableRow, Table>.Add(TableRow)DocumentElementCollectionBase<TableRow, Table>.CountDocumentElementCollectionBase<TableRow, Table>.this[int]

Methods

AddTableRow()

Creates and appends a new TableRow to the collection and returns it for cell and formatting configuration.

Declaration

cs-api-definition
public TableRow AddTableRow()

Returns

TableRow

The added table row.

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