ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / CellRange Class / Row Property

In This Topic
    Row Property (CellRange)
    In This Topic
    Gets or sets the index of the first row in this range.
    Syntax
    'Declaration
     
    Public Property Row As Integer
    public int Row {get; set;}
    See Also