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

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.v19.1.dll

Declaration

public void SelectCell(
    int dataSourceRecordIndex,
    RowProperties properties
)

Parameters

Name Type Description
dataSourceRecordIndex Int32

A record’s index in the bound data source.

properties RowProperties

A row identifier, which matches the BaseRow.Properties object.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also