[CanBeNullAttribute]
IList<Object> Rows { get; set; }<CanBeNullAttribute>
Property Rows As IList(Of Object)
Get
Set[CanBeNullAttribute]
property IList<Object^>^ Rows {
IList<Object^>^ get ();
void set (IList<Object^>^ value);
}[<CanBeNullAttribute>]
abstract Rows : IList<Object> with get, set