Click or drag to resize
CellSelect Method (Boolean)
Selects or deselects this cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void Select(
	bool select
)

Parameters

select
Type: SystemBoolean
If true, the cell is selected. If false, the cell is deselected.
Remarks
Equivalent to Select(select, false).
See Also