An NDoc Documented Class Library

TableCellFactory.CreateCells Method 

[Visual Basic]
Overridable Public Function CreateCells( _ 
   ByVal tableHeader As TableHeader, _ 
   ByVal rowElement As AutomationElement _ 
) As TableCells
[C#]
public virtual TableCells CreateCells(
   TableHeader tableHeader,
   AutomationElement rowElement
);
[C++]
public: virtual TableCells* CreateCells(
   TableHeader* tableHeader,
   AutomationElement* rowElement
);
[JScript]
public virtual function CreateCells(
   TableHeader tableHeader,
   AutomationElement rowElement
): TableCells;

See Also

TableCellFactory Class | White.Core.Factory Namespace