VGridControlBase.SelectCells Method
Name | Parameters | Description |
---|---|---|
SelectCells(Int32, BaseRow, Int32, Int32, BaseRow, Int32) | startRecord, startRow, startCell, endRecord, endRow, endCell | Selects cells in the specified range. Has effect only if MultiSelectMode is set to CellSelect. |
SelectCells(Int32, Int32, Int32, Int32, Int32, Int32) | startRecord, startRowIndex, startCell, endRecord, endRowIndex, endCell | Selects cells in the specified range. Has effect only if MultiSelectMode is set to CellSelect. |