Click or drag to resize
GridControlClearCells Method (Range)
Clears a range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool ClearCells(
	Range range
)

Parameters

range
Type: Stingray.GridRange
The range of cells to clear.

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
Remarks
Equivalent to ClearCells(range, true).
See Also