'DeclarationPublic 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.
 
'DeclarationPublic Function New( _ ByVal topRow As DataGridRow, _ ByVal bottomRow As DataGridRow _ )
public DataGridCellsRange( DataGridRow topRow, DataGridRow bottomRow )