Icon SelectRange Method

procedure SelectRange(AFromRowIndex, AToRowIndex: Integer;
      AClear: Boolean=False)

Available In: Visual Client Applications

Use this method to select the specified range of the rows in the grid control. The AClear parameter determines whether the existing set of selected rows should be cleared before the new range of rows is selected.
Image