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

VGridControlBase.SelectCells(Int32, Int32, Int32, Int32, Int32, Int32) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public void SelectCells(
    int startRecord,
    int startRowIndex,
    int startCell,
    int endRecord,
    int endRowIndex,
    int endCell
)

Parameters

Name Type
startRecord Int32
startRowIndex Int32
startCell Int32
endRecord Int32
endRowIndex Int32
endCell Int32
See Also