Skip to main content

DataControlBase.SelectCells(Int32, ColumnBase, Int32, ColumnBase) Method

Selects multiple cells.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public void SelectCells(
    int startRowHandle,
    ColumnBase startColumn,
    int endRowHandle,
    ColumnBase endColumn
)

Parameters

Name Type Description
startRowHandle Int32

The handle of the row that contains the first selected cell.

startColumn ColumnBase

The column that contains the first selected cell.

endRowHandle Int32

The handle of the row that contains the last selected cell.

endColumn ColumnBase

The column that contains the last selected cell.

See Also