VGridControlBase.SelectCells(Int32, BaseRow, Int32, Int32, BaseRow, Int32) Method
In This Article
Selects cells in the specified range. Has effect only if MultiSelectMode is set to CellSelect.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Int32 | The start record index (visual position). |
start |
Base |
The start row. |
start |
Int32 | The start cell index in multi-editor rows. |
end |
Int32 | The end record index (visual position). |
end |
Base |
The end row. |
end |
Int32 | The end cell index in multi-editor rows. |
See Also