TableControl.Rows Property

Definition

Collection of row definitions for this table control

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

Property Value

Applies to