Gets the collection of rows of the current RenderTable. Getting a row with an arbitrary index on this collection always returns a TableRow object, initializing it if necessary.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableRowCollection Rows { get; }
Visual Basic
Public ReadOnly Property Rows As TableRowCollection
	Get

See Also