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

VGridControlBase.UnselectCell Method

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