Click or drag to resize
HideCurrentCellEventArgs Constructor
Initializes a new HideCurrentCellEventArgs object for a given cell.

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

Parameters

row
Type: SystemUInt32
The row coordinate of the cell.
col
Type: SystemUInt32
The column coordinate of the cell.
See Also