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