Skip to main content

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.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, 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