Cells Property (CellGroup)
In This Topic
Array of cell objects, which extend Column with colspan property.
Syntax
'Declaration
Public ReadOnly Property Cells As System.Collections.Generic.IList(Of Cell)
'Usage
Dim instance As CellGroup
Dim value As System.Collections.Generic.IList(Of Cell)
value = instance.Cells
public System.Collections.Generic.IList<Cell> Cells {get;}
public read-only property Cells: System.Collections.Generic.IList;
public function get Cells : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<Cell*>* get_Cells();
public:
property System.Collections.Generic.IList<Cell^>^ Cells {
System.Collections.Generic.IList<Cell^>^ get();
}
See Also