'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.