FindChildren<TChild> Method (ITableCell)
Returns a child test object from this cell according to its type and index.

C# Syntax

TChild FindChildren<TChild>( 
   uint index
)
where TChild: class, ITestObject

Parameters

index
The index of the requested child with the specified type.

Type Parameters

TChild
The test object type.

Return Value

The requested child test object. Otherwise, returns null.