An NDoc Documented Class Library

TableColumn Constructor

Initializes a new instance of the TableColumn class.

Overload List

Initializes a new instance of the TableColumn class.

[Visual Basic] Protected Sub New()
[C#] protected TableColumn();
[C++] protected: TableColumn();
[JScript] protected function TableColumn();

 

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

See Also

TableColumn Class | White.Core.UIItems.TableItems Namespace