Skip to main content

VGridControlBase.SelectCell(Int32, String) Method

Adds a cell to the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public void SelectCell(
    int recordIndex,
    string fieldName
)

Parameters

Name Type Description
recordIndex Int32

A record’s visual position..

fieldName String

A string that identifies a row’s field name.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also