TableControlRow.Columns Property

Definition

Collection of column definitions for this row

public:
 property System::Collections::Generic::List<System::Management::Automation::TableControlColumn ^> ^ Columns { System::Collections::Generic::List<System::Management::Automation::TableControlColumn ^> ^ get(); void set(System::Collections::Generic::List<System::Management::Automation::TableControlColumn ^> ^ value); };
public System.Collections.Generic.List<System.Management.Automation.TableControlColumn> Columns { get; set; }
member this.Columns : System.Collections.Generic.List<System.Management.Automation.TableControlColumn> with get, set
Public Property Columns As List(Of TableControlColumn)

Property Value

Applies to