FindRowWithCellTextInColumn(String,UInt32) Method
Returns the index of the first row containing the specified text in the specified column.

C# Syntax

int FindRowWithCellTextInColumn( 
   string text,
   uint columnNumber
)

Parameters

text
text to search for.
columnNumber
the column number to search (1-based).

Return Value

The row number, or -1 if the text is not found.