[]
        
(Showing Draft Content)

C1.C1Preview.TableRowCollection.Item

this Property

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.

Declaration
public TableRow this[int index] { get; }
Parameters
Type Name Description
int index

The row index in the containing table.

Property Value
Type Description
TableRow

The TableRow at the specified index in the table.