An NDoc Documented Class Library

TableCell Constructor

Initializes a new instance of the TableCell class.

Overload List

Initializes a new instance of the TableCell class.

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

 

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

See Also

TableCell Class | White.Core.UIItems.TableItems Namespace