An NDoc Documented Class Library

ListViewCells Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal collection As AutomationElement}, _ 
   ByVal actionListener As ActionListener, _ 
   ByVal header As ListViewHeader _ 
)
[C#]
public ListViewCells(
   AutomationElement} collection,
   ActionListener actionListener,
   ListViewHeader header
);
[C++]
public: ListViewCells(
   AutomationElement}* collection,
   ActionListener* actionListener,
   ListViewHeader* header
);
[JScript]
public function ListViewCells(
   AutomationElement} collection,
   ActionListener actionListener,
   ListViewHeader header
);

See Also

ListViewCells Class | White.Core.UIItems Namespace