ComponentOne ASP.NET MVC Controls
Cells Property (CellGroup)

C1.Web.Mvc.MultiRow Namespace > CellGroup Class : Cells Property
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

Reference

CellGroup Class
CellGroup Members