Click or drag to resize
CellMoveCells Method
Moves cells.

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

Parameters

range
Type: Stingray.GridRange
The source range to copy.

Return Value

Type: Boolean
true on success.
Remarks
Cell references in formula expressions are adjusted if they depend on cells in the moved range.
See Also