public List<Row> RowElements { get; set; }
Public Property RowElements As List(Of Row) Get Set
public: property List<Row^>^ RowElements { List<Row^>^ get (); void set (List<Row^>^ value); }
member RowElements : List<Row> with get, set
In This Article