FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SetCursor Method / SetCursor(Int32,Int32) Method
The row.
The column.

In This Topic
    SetCursor(Int32,Int32) Method
    In This Topic
    Sets the cursor of the grid to the specified row and column.
    Syntax
    'Declaration
     
    Public Overloads Shadows Function SetCursor( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    public new bool SetCursor( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.

    Return Value

    true if the operation succeeded
    See Also