Click or drag to resize
GridControlCopyCells Method (Range, UInt32, UInt32, RedrawFlags)
Copies a range of cells to a specified location grid.

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

Parameters

range
Type: Stingray.GridRange
The range of cells to copy.
row
Type: SystemUInt32
The destination row.
col
Type: SystemUInt32
The destination column.
redraw
Type: Stingray.GridRedrawFlags
The redraw technique.

Return Value

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