Class TableBody.RowCollection
Represents a collection of TableBodyRows
Inheritance
System.Object
System.Collections.ObjectModel.Collection<TableBodyRow>
TableBody.RowCollection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class RowCollection : Collection<TableBodyRow>, IList<TableBodyRow>, ICollection<TableBodyRow>, IList, ICollection, IReadOnlyList<TableBodyRow>, IReadOnlyCollection<TableBodyRow>, IEnumerable<TableBodyRow>, IEnumerable
Constructors
RowCollection()
Declaration
public RowCollection()
Methods
AddRange(IEnumerable<TableBodyRow>)
Declaration
public void AddRange(IEnumerable<TableBodyRow> items)
Parameters
System.Collections.Generic.IEnumerable<TableBodyRow>
items
|