Class TableRowCollection
Defines a collection of table 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
Constructors
TableRowCollection()
Declaration
public TableRowCollection()
Methods
AddTableRow()
Adds a new table row to the collection.
Declaration
public TableRow AddTableRow()
Returns
TableRow
The newly created and added TableRow instance. |