C# Syntax
int FindRowWithCellTextInColumn( string text, uint columnNumber, uint startFromRow )
Parameters
- text
- text to search for.
- columnNumber
- the column number to search (1-based).
- startFromRow
- the row number to start the search from (1-based).
Return Value