Click or drag to resize
StoreCopyCellsEventArgs Constructor
Initializes a new StoreCopyCellsEventArgs object. location.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreCopyCellsEventArgs(
	Range range,
	uint row,
	uint col
)

Parameters

range
Type: Stingray.GridRange
The range of cells being copied.
row
Type: SystemUInt32
The row index of the destination cell.
col
Type: SystemUInt32
The column index of the destination cell.
See Also