An NDoc Documented Class Library

TableRow Constructor

Initializes a new instance of the TableRow class.

Overload List

Initializes a new instance of the TableRow class.

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

 

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

See Also

TableRow Class | White.Core.UIItems.TableItems Namespace