Class TableRowCollection
Defines a collection of table rows.
Inheritance
System.Object
TableRowCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class TableRowCollection : DocumentElementCollection<TableRow, Table>, IList<TableRow>, ICollection<TableRow>, IEnumerable<TableRow>, IEnumerable
Methods
AddTableRow()
Adds a new TableRow to the collection.
Declaration
public TableRow AddTableRow()
Returns
TableRow
The added table row. |