TableControlRow 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
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
- columns
- IEnumerable<TableControlColumn>