Back to Devexpress

VGridControlBase.SelectCells Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-selectcells.md

latest1.1 KB
Original Source

VGridControlBase.SelectCells Method

NameParametersDescription
SelectCells(Int32, BaseRow, Int32, Int32, BaseRow, Int32)startRecord, startRow, startCell, endRecord, endRow, endCellSelects 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, endCellSelects cells in the specified range. Has effect only if MultiSelectMode is set to CellSelect.