Click or drag to resize
CellCopyCell Method
Copies the contents of another cell into this cell.

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

Parameters

src
Type: Stingray.GridCell
The source cell to be copied.

Return Value

Type: Boolean
true on success.
See Also