NUnitAsp

DataGridTester.GetRowByCellValue Method 

Returns a row containing a specific cell. Looks for the cell as it is returned by RenderedCells.

public Row GetRowByCellValue(
   int columnNumber,
   string renderedValue
);

Parameters

columnNumber
The column containing the cell to look for (zero-based).
renderedValue
The cell to look for.

See Also

DataGridTester Class | NUnit.Extensions.Asp.AspTester Namespace