TableControlColumn Constructors

Definition

Overloads

TableControlColumn()

Default constructor

TableControlColumn(Alignment, DisplayEntry)

Public constructor for TableControlColumn.

TableControlColumn()

Default constructor

public:
 TableControlColumn();
public:
 TableControlColumn();
 TableControlColumn();
public TableControlColumn ();
Public Sub New ()

Applies to

TableControlColumn(Alignment, DisplayEntry)

Public constructor for TableControlColumn.

public:
 TableControlColumn(System::Management::Automation::Alignment alignment, System::Management::Automation::DisplayEntry ^ entry);
public TableControlColumn (System.Management.Automation.Alignment alignment, System.Management.Automation.DisplayEntry entry);
new System.Management.Automation.TableControlColumn : System.Management.Automation.Alignment * System.Management.Automation.DisplayEntry -> System.Management.Automation.TableControlColumn
Public Sub New (alignment As Alignment, entry As DisplayEntry)

Parameters

alignment
Alignment
entry
DisplayEntry

Applies to