ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / DataGridCellsRange Constructor / DataGridCellsRange Constructor(DataGridCell,DataGridCell)
The top left cell.
The bottom right cell.

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

    Parameters

    topLeftCell
    The top left cell.
    bottomRightCell
    The bottom right cell.
    See Also