ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Row Class / Cells Property

In This Topic
    Cells Property (Row)
    In This Topic
    Gets the cells of the row.
    Syntax
    'Declaration
     
    
    <JsonAttribute(False)>
    Public ReadOnly Property Cells As List(Of Cell)
    [Json(false)]
    public List<Cell> Cells {get;}
    See Also