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

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