An NDoc Documented Class Library

TableRowFactory Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal automationElementFinder As AutomationElementFinder _ 
)
[C#]
public TableRowFactory(
   AutomationElementFinder automationElementFinder
);
[C++]
public: TableRowFactory(
   AutomationElementFinder* automationElementFinder
);
[JScript]
public function TableRowFactory(
   AutomationElementFinder automationElementFinder
);

See Also

TableRowFactory Class | White.Core.Factory Namespace