VGridControlBase.UnselectCell Method
Name | Parameters | Description |
---|---|---|
UnselectCell(Int32, BaseRow, Int32) | recordIndex, 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) | recordIndex, properties | Removes the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect). |
UnselectCell(Int32, String) | recordIndex, fieldName | Removes the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect). |