GridView.SelectRows(Int32, Int32) Method
In This Article
Selects the specified range of visible rows.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Int32 | The starting row handle. |
end |
Int32 | The ending row handle. |
#Remarks
The SelectRows method performs the same operation as the ColumnView.SelectRange method. See this topic for more information.
The following example selects the first 5 rows:
See Also