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

VGridControlBase.GetSelectedCells() Method

Returns selected cells in multiple cell selection mode (MultiSelectMode.CellSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public RowValueInfo[] GetSelectedCells()

Returns

Type Description
DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo[]

An array of objects that refer to the selected cells.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also