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()