Initializes a new instance of the TableRowHeader class.
Initializes a new instance of the TableRowHeader class.
[Visual Basic] Protected Sub New()
[C#] protected TableRowHeader();
[C++] protected: TableRowHeader();
[JScript] protected function TableRowHeader();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public TableRowHeader(AutomationElement,ActionListener);
[C++] public: TableRowHeader(AutomationElement*,ActionListener*);
[JScript] public function TableRowHeader(AutomationElement,ActionListener);
TableRowHeader Class | White.Core.UIItems.TableItems Namespace