ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / CellRange Class / CellRange Constructor / CellRange Constructor(Int32,Int32)
Index of the first row in this range.
Index of the first column in this range.

In This Topic
    CellRange Constructor(Int32,Int32)
    In This Topic
    Creates one CellRange instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal r As Integer, _
       ByVal c As Integer _
    )
    public CellRange( 
       int r,
       int c
    )

    Parameters

    r
    Index of the first row in this range.
    c
    Index of the first column in this range.
    See Also