An NDoc Documented Class Library

TableCells Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal tableCellElements As ICollection, _ 
   ByVal tableHeader As TableHeader, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public TableCells(
   ICollection tableCellElements,
   TableHeader tableHeader,
   ActionListener actionListener
);
[C++]
public: TableCells(
   ICollection* tableCellElements,
   TableHeader* tableHeader,
   ActionListener* actionListener
);
[JScript]
public function TableCells(
   ICollection tableCellElements,
   TableHeader tableHeader,
   ActionListener actionListener
);

See Also

TableCells Class | White.Core.UIItems.TableItems Namespace