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

In This Topic
    Cells Property (CellGroup)
    In This Topic
    Array of cell objects, which extend Column with colspan property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As IList(Of Cell)
    public IList<Cell> Cells {get;}
    See Also