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