Class TableRowCollection
Collection of table rows for constructing a table; includes a helper to create and add rows.
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.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableRowCollection : CollectionBase<TableRow>, IEnumerable<TableRow>, IEnumerable
Methods
AddTableRow()
Creates a table row, adds it to the collection, and returns it.
Declaration
public TableRow AddTableRow()
Returns
|
TableRow
The newly created and added TableRow instance. |