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

GridView.SelectRows(Int32, Int32) Method

Selects the visible rows in the specified range.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public void SelectRows(
    int startRowHandle,
    int endRowHandle
)

Parameters

Name Type Description
startRowHandle Int32

An integer value which specifies the row’s handle at which the selection starts.

endRowHandle Int32

An integer value which specifies the row’s handle at which the selection ends.

Remarks

This method calls the ColumnView.SelectRange method. See this topic for more information.

See Also