FindRowWithCellText(String) Method

Finds the first row with this text.

C# Syntax

ITableRow FindRowWithCellText( 
   string text
)

Parameters

text
The text to find.

Return Value

The requested row, or null if none exists.