[]
        
(Showing Draft Content)

C1.C1Preview.TableRowCollection

TableRowCollection Class

Represents a collection of rows (objects of the TableRow type) in a RenderTable.

Inheritance
TableRowCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TableRowCollection : TableVectorCollection, IList, ICollection, IEnumerable

Properties

Name Description
Groups

Gets the collection of row groups defined on the containing RenderTable.

this[int]

Gets the TableRow object corresponding to the row at the specified index in the containing RenderTable. Note that a TableRow will be created if it has not been initialized for that row index yet. Use FindRow(int) to get a row without creating it.

Methods

Name Description
FindRow(int)

Returns the TableRow with the specified index (the Ordinal of the row), or null if that TableRow object has not been initialized.