public List<List<Object>> Rows { get; set; }
Public Property Rows As List(Of List(Of Object))
Get
Set
public:
property List<List<Object^>^>^ Rows {
List<List<Object^>^>^ get ();
void set (List<List<Object^>^>^ value);
}
member Rows : List<List<Object>> with get, set