ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow 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