Skip to main content
A newer version of this page is available. .

VGridControlBase.SelectCell Method

Name Parameters Description
SelectCell(Int32, BaseRow, Int32) dataSourceRecordIndex, row, cellIndex Adds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect). This overload allows you to address a certain cell within a MultiEditorRow.
SelectCell(Int32, RowProperties) dataSourceRecordIndex, properties Adds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).
SelectCell(Int32, String) dataSourceRecordIndex, fieldName Adds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).