Rows Property (Worksheet)
In This Topic
Gets the row data in the worksheet.
Syntax
'Declaration
<JsonAttribute(False)>
Public ReadOnly Property Rows As System.Collections.Generic.List(Of Row)
'Usage
Dim instance As Worksheet
Dim value As System.Collections.Generic.List(Of Row)
value = instance.Rows
[Json(false)]
public System.Collections.Generic.List<Row> Rows {get;}
public read-only property Rows: System.Collections.Generic.List;
JsonAttribute()
public function get Rows : System.Collections.Generic.List
[Json(false)]
public: __property System.Collections.Generic.List<Row*>* get_Rows();
[Json(false)]
public:
property System.Collections.Generic.List<Row^>^ Rows {
System.Collections.Generic.List<Row^>^ get();
}
See Also