[Visual Basic] Public Sub New( _ ByVal rowElements As ICollection, _ ByVal actionListener As ActionListener, _ ByVal tableHeader As TableHeader, _ ByVal tableCellFactory As TableCellFactory _ ) [C#] public TableRows( ICollection rowElements, ActionListener actionListener, TableHeader tableHeader, TableCellFactory tableCellFactory ); [C++] public: TableRows( ICollection* rowElements, ActionListener* actionListener, TableHeader* tableHeader, TableCellFactory* tableCellFactory ); [JScript] public function TableRows( ICollection rowElements, ActionListener actionListener, TableHeader tableHeader, TableCellFactory tableCellFactory );
TableRows Class | White.Core.UIItems.TableItems Namespace | TableRows Constructor Overload List