FindRowWithCellText(String,UInt32) Method
Finds the first row with this text.

C# Syntax

ITableRow FindRowWithCellText( 
   string text,
   uint startFromRow
)

Parameters

text
Text to search for
startFromRow
Index from which to start the search.

Return Value

The requested row, or null if none exists.