FindRowWithCellTextInColumn(String,UInt32,UInt32) Method
Starts the search at the specified row and returns the index of the first row containing the specified text in the specified column.

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

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