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