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

VGridControlBase.SelectRows(Int32, Int32) Method

Selects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public void SelectRows(
    int startRowIndex,
    int endRowIndex
)

Parameters

Name Type Description
startRowIndex Int32

The start row index.

endRowIndex Int32

The end row index.

See Also