ComponentOne DataGrid for WPF and Silverlight
DataGridCellsRange Constructor(DataGridCell,DataGridCell)

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class > DataGridCellsRange Constructor : DataGridCellsRange Constructor(DataGridCell,DataGridCell)
The top left cell.
The bottom right cell.
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

Reference

DataGridCellsRange Class
DataGridCellsRange Members
Overload List