TableControlRow Constructors

Definition

Overloads

TableControlRow()

Public constructor for TableControlRow

TableControlRow(IEnumerable<TableControlColumn>)

Public constructor for TableControlRow.

TableControlRow()

Public constructor for TableControlRow

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

Applies to

TableControlRow(IEnumerable<TableControlColumn>)

Public constructor for TableControlRow.

public:
 TableControlRow(System::Collections::Generic::IEnumerable<System::Management::Automation::TableControlColumn ^> ^ columns);
public TableControlRow (System.Collections.Generic.IEnumerable<System.Management.Automation.TableControlColumn> columns);
new System.Management.Automation.TableControlRow : seq<System.Management.Automation.TableControlColumn> -> System.Management.Automation.TableControlRow
Public Sub New (columns As IEnumerable(Of TableControlColumn))

Parameters

Applies to