Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellRange Class / Row Property

In This Topic
    Row Property (GridCellRange)
    In This Topic
    Gets or sets the upper row.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    public int Row {get; set;}
    See Also