FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / GridControlRange Constructor / GridControlRange Constructor(GridControlRange)

In This Topic
    GridControlRange Constructor(GridControlRange)
    In This Topic
    Initializes a new instance of GridControlRange from another range.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal range As GridControlRange _
    )
    public GridControlRange( 
       GridControlRange range
    )

    Parameters

    range
    See Also