ComponentOne ASP.NET MVC Controls
Cells Property (Row)

C1.Web.Mvc.Sheet Namespace > Row Class : Cells Property
Gets the cells of the row.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=False, 
   PropertyName="", 
   Name="")>
Public ReadOnly Property Cells As List(Of Cell)
[Json(Order=-1, 
   SkipIfDefault=False, 
   PropertyName="", 
   Name="")]
public List<Cell> Cells {get;}
See Also

Reference

Row Class
Row Members