Click or drag to resize
CellMoveCell Method
Moves a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool MoveCell(
	Cell source
)

Parameters

source
Type: Stingray.GridCell
The source cell to move.

Return Value

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