VGridControlBase.SelectRows(Int32, Int32) Method
In This Article
Selects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect.
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 row index. |
end |
Int32 | The end row index. |
See Also