ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / DataGridCellsRange Constructor / DataGridCellsRange Constructor(DataGridCellsRange)
The range.

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

    Parameters

    range
    The range.
    See Also