VGridControlBase.SelectRows Method
| Name | Parameters | Description |
|---|---|---|
| SelectRows(BaseRow, BaseRow) | startRow, endRow | Selects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect. |
| SelectRows(Int32, Int32) | startRowIndex, endRowIndex | Selects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect. |