C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / C1GridControl Class / SetCursor(GridControlRange,Boolean) Method
The cursor range to set.
Specifies whether the operation is cancellable.

In This Topic
SetCursor(GridControlRange,Boolean) Method
In This Topic
Sets the cursor of the grid to the specified row and column.
Syntax
'Declaration
 
Public Function SetCursor( _
   ByVal range As GridControlRange, _
   ByVal cancellable As Boolean _
) As Boolean
 

Parameters

range
The cursor range to set.
cancellable
Specifies whether the operation is cancellable.

Return Value

true if the operation succeeded
See Also