Click or drag to resize
GridControlSelectRange Method (Range, Boolean, Boolean)
Selects or deselects a range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual void SelectRange(
	Range range,
	bool select,
	bool update
)

Parameters

range
Type: Stingray.GridRange
Specifies a range of cells.
select
Type: SystemBoolean
true to select the range; false to deselect the range.
update
Type: SystemBoolean
true to make the change grid visible; false to skip updating the grid.
See Also