Initializes a new instance of the Table class.
Initializes a new instance of the Table class.
[Visual Basic] Protected Sub New()
[C#] protected Table();
[C++] protected: Table();
[JScript] protected function Table();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public Table(AutomationElement,ActionListener);
[C++] public: Table(AutomationElement*,ActionListener*);
[JScript] public function Table(AutomationElement,ActionListener);