TableControl.Headers Property

Definition

Collection of column header definitions for this table control

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

Property Value

Applies to