TableControlColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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