FindRowWithCellTextInColumn(String,UInt32,UInt32) Method
Finds the first row with the specified text in the specified column, starting from the specified row.

C# Syntax

ITableRow FindRowWithCellTextInColumn( 
   string text,
   uint columnNumber,
   uint startFromRow
)

Parameters

text
Text to find.
columnNumber
The column number to search.
startFromRow
Index from which to start the search.

Return Value

The requested row, or null if none exists.