Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IAllowArrowKeysMoveActiveCell Interface / AllowArrowKeysMoveActiveCell Property


In This Topic
    AllowArrowKeysMoveActiveCell Property (IAllowArrowKeysMoveActiveCell)
    In This Topic
    Gets or sets the options used when allowing arrow keys to move the active cell.
    Syntax
    'Declaration
     
    
    Property AllowArrowKeysMoveActiveCell As FlagArrowKeys
    'Usage
     
    
    Dim instance As IAllowArrowKeysMoveActiveCell
    Dim value As FlagArrowKeys
     
    instance.AllowArrowKeysMoveActiveCell = value
     
    value = instance.AllowArrowKeysMoveActiveCell
    FlagArrowKeys AllowArrowKeysMoveActiveCell {get; set;}
    See Also