An NDoc Documented Class Library

TableColumn Constructor (AutomationElement, ActionListener, Int32)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener, _ 
   ByVal index As Integer _ 
)
[C#]
public TableColumn(
   AutomationElement automationElement,
   ActionListener actionListener,
   int index
);
[C++]
public: TableColumn(
   AutomationElement* automationElement,
   ActionListener* actionListener,
   int index
);
[JScript]
public function TableColumn(
   AutomationElement automationElement,
   ActionListener actionListener,
   int index
);

See Also

TableColumn Class | White.Core.UIItems.TableItems Namespace | TableColumn Constructor Overload List