[]
Represents a collection of rows (objects of the TableRow type) in a RenderTable.
public class TableRowCollection : TableVectorCollection, IList, ICollection, IEnumerable
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. |
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. |