ClassTableRowCollection
Class
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:
Inherited Members
Methods
AddTableRow()
Creates and appends a new TableRow to the collection and returns it for cell and formatting configuration.