An NDoc Documented Class Library

TableRows Constructor

Initializes a new instance of the TableRows class.

Overload List

Initializes a new instance of the TableRows class.

[Visual Basic] Protected Sub New()
[C#] protected TableRows();
[C++] protected: TableRows();
[JScript] protected function TableRows();

 

[Visual Basic] Public Sub New(ByVal ICollection)
[C#] public TableRows(ICollection);
[C++] public: TableRows(ICollection*);
[JScript] public function TableRows(ICollection);

 

[Visual Basic] Public Sub New(ByVal ICollection,ByVal ActionListener,ByVal TableHeader,ByVal TableCellFactory)
[C#] public TableRows(ICollection,ActionListener,TableHeader,TableCellFactory);
[C++] public: TableRows(ICollection*,ActionListener*,TableHeader*,TableCellFactory*);
[JScript] public function TableRows(ICollection,ActionListener,TableHeader,TableCellFactory);

See Also

TableRows Class | White.Core.UIItems.TableItems Namespace