C# Syntax
ITableRow<T> FindRowWithCellTextInColumn( string text, uint columnIndex, uint startFromRow )
Parameters
- text
- The text to search for.
- columnIndex
- The 1-based index of the column to search.
- startFromRow
- The 1-based index of the row from which to start the search.
Return Value