Click or drag to resize
GridControlSetCurrentCell Method (UInt32, UInt32)
Makes a cell the current cell.

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

Parameters

row
Type: SystemUInt32
The new row index for the current cell.
col
Type: SystemUInt32
The new column index for the current cell.

Return Value

Type: Boolean
true if the operation was successful; false otherwise.
See Also