ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / HeaderCellGroup Class / Cells Property






In This Topic
    Cells Property (HeaderCellGroup)
    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 HeaderCellGroup
    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