TableControl.Headers Property
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.
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)