[]
        
(Showing Draft Content)

C1.C1Preview.TableRowCollection.FindRow

FindRow Method

FindRow(int)

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

Declaration
public TableRow FindRow(int index)
Parameters
Type Name Description
int index

The 0-based index of the row in the containing table.

Returns
Type Description
TableRow

The TableRow object or null.

Remarks

Physically, rows in a RenderTable are created when they are accessed using the indexer property on the Rows collection. This method may be used to test whether a physical TableRow object exists for a particular row index.