FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SetCursor Method / 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 Overloads Function SetCursor( _
       ByVal range As GridControlRange, _
       ByVal cancellable As Boolean _
    ) As Boolean
    public bool SetCursor( 
       GridControlRange range,
       bool cancellable
    )

    Parameters

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

    Return Value

    true if the operation succeeded
    See Also