Click or drag to resize
GridControlSetCurrentCell Method
Resets the current cell.

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

Return Value

Type: Boolean
true if the operation was successful; false otherwise.
Remarks
After this call, the grid has no current cell anymore.
See Also