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

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class > DataGridCellsRange Constructor : DataGridCellsRange Constructor(DataGridRow,DataGridRow)
The top row.
The bottom row.
Initializes a new instance of the DataGridCellsRange class.
Syntax
'Declaration
 
Public Function New( _
   ByVal topRow As DataGridRow, _
   ByVal bottomRow As DataGridRow _
)
public DataGridCellsRange( 
   DataGridRow topRow,
   DataGridRow bottomRow
)

Parameters

topRow
The top row.
bottomRow
The bottom row.
See Also

Reference

DataGridCellsRange Class
DataGridCellsRange Members
Overload List