Click or drag to resize
GridControlSelectRange Method (Range, 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
)

Parameters

range
Type: Stingray.GridRange
Specifies a range of cells.
select
Type: SystemBoolean
true to select the range; false to deselect the range.
Remarks
Equivalent to SelectRange(range, select, true).
See Also