FindRowWithCellText Method (IUiGrid)
Finds the first row with this text.
FindRowWithCellText(String) Method
Finds the first row with this text.
C# Syntax
ITableRow FindRowWithCellText( string text )
Parameters
- text
- The text to find.
Return Value
FindRowWithCellText(String,UInt32) Method
C# Syntax
ITableRow FindRowWithCellText( string text, uint startFromRow )
Parameters
- text
- Text to search for
- startFromRow
- Index from which to start the search.
Return Value