Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IAllowArrowKeysMoveActiveCell Interface / CheckAllowMoveActiveCell Method


In This Topic
    CheckAllowMoveActiveCell Method
    In This Topic
    Checks allow move active cell.
    Syntax
    'Declaration
     
    
    Function CheckAllowMoveActiveCell( _
       ByVal dataKey As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As IAllowArrowKeysMoveActiveCell
    Dim dataKey As Keys
    Dim value As Boolean
     
    value = instance.CheckAllowMoveActiveCell(dataKey)
    bool CheckAllowMoveActiveCell( 
       Keys dataKey
    )

    Parameters

    dataKey
    See Also