VGridControlBase.SelectCell(Int32, RowProperties) Method
Adds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| recordIndex | Int32 | A record’s visual position. |
| properties | RowProperties | A row identifier, which matches the BaseRow.Properties object. |
Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also