Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellRange Class / GridCellRange Constructor / GridCellRange Constructor(GridCellRange)
The range.

In This Topic
    GridCellRange Constructor(GridCellRange)
    In This Topic
    Initializes a new instance of the GridCellRange class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As GridCellRange _
    )
    public GridCellRange( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also