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

C# Syntax

ITableRow FindRowWithCellTextInColumn( 
   string text,
   uint columnNumber
)

Parameters

text
Text to find.
columnNumber
The column number to search.

Return Value

The requested row, or null if none exists.