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(Int32) to get a row without creating it.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public TableRow this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As TableRow Get |
Parameters
- index
- Type: System..::..Int32
The row index in the containing table.