Click or drag to resize
GridControlMoveCells Method
Moves a range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool MoveCells(
	Range range,
	uint row,
	uint col,
	RedrawFlags redraw,
	CmdType cmdType
)

Parameters

range
Type: Stingray.GridRange
Specifies a range of cells.
row
Type: SystemUInt32
The destination row.
col
Type: SystemUInt32
The destination column.
redraw
Type: Stingray.GridRedrawFlags
The redraw technique.
cmdType
Type: Stingray.GridCmdType
How the operation is performed.

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
See Also