Class
TableBody.RowCollection

Represents a collection of TableBodyRows

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class TableBody.RowCollection : Collection<TableBodyRow>

Inheritance: objectCollection<TableBodyRow>TableBody.RowCollection

Constructors

RowCollection()

Declaration

cs-api-definition
public RowCollection()

Methods

AddRange(IEnumerable<TableBodyRow>)

TODO: Add documentation.

Declaration

cs-api-definition
public void AddRange(IEnumerable<TableBodyRow> items)

Parameters

items

IEnumerable<TableBodyRow>