An NDoc Documented Class Library

TableRowFactory.CreateRows Method 

[Visual Basic]
Overridable Public Function CreateRows( _ 
   ByVal actionListener As ActionListener, _ 
   ByVal tableHeader As TableHeader _ 
) As TableRows
[C#]
public virtual TableRows CreateRows(
   ActionListener actionListener,
   TableHeader tableHeader
);
[C++]
public: virtual TableRows* CreateRows(
   ActionListener* actionListener,
   TableHeader* tableHeader
);
[JScript]
public virtual function CreateRows(
   ActionListener actionListener,
   TableHeader tableHeader
): TableRows;

See Also

TableRowFactory Class | White.Core.Factory Namespace