ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Worksheet Class / Rows Property

In This Topic
    Rows Property (Worksheet)
    In This Topic
    Gets the row data in the worksheet.
    Syntax
    'Declaration
     
    
    <JsonAttribute(False)>
    Public ReadOnly Property Rows As List(Of Row)
    [Json(false)]
    public List<Row> Rows {get;}
    See Also