Back to Devexpress

VGridControlBase.SelectCell Method

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

latest1.3 KB
Original Source

VGridControlBase.SelectCell Method

NameParametersDescription
SelectCell(Int32, BaseRow, Int32)recordIndex, row, cellIndexAdds 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, propertiesAdds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).
SelectCell(Int32, String)recordIndex, fieldNameAdds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).