FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / SetCursor(Int32,Int32) Method

In This Topic
    SetCursor(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetCursor( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    public bool SetCursor( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also