[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.Select

Select Method

Select(int, int, int, int, bool)

Selects a range of cells.

Declaration
public void Select(int row, int col, int rowCount, int colCount, bool show)
Parameters
Type Name Description
int row

New value for the Row property.

int col

New value for the Col property.

int rowCount

The count of selected rows.

int colCount

The count of selected columns.

bool show

Whether to scroll the new selection into view.