Initializes a new instance of the TableRows class.
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);