Class TableRowCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableRowCollection : SpecializedDocumentElementCollection<TableRow>, ICollection<TableRow>, IEnumerable<TableRow>, IList, ICollection, IEnumerable
Constructors
TableRowCollection(DocumentElementCollection)
Declaration
public TableRowCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|