Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 _
    )
    'Usage
     
    
    Dim range As GridCellRange
     
    Dim instance As New GridCellRange(range)
    public GridCellRange( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also