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