Spread Windows Forms 12.0 Product Documentation
AllowArrowKeysMoveActiveCell Property (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : AllowArrowKeysMoveActiveCell Property
Gets or sets whether to allow arrow keys to move the active cell.
Syntax
'Declaration
 
Public Property AllowArrowKeysMoveActiveCell As FlagArrowKeys
'Usage
 
Dim instance As EditBaseCellType
Dim value As FlagArrowKeys
 
instance.AllowArrowKeysMoveActiveCell = value
 
value = instance.AllowArrowKeysMoveActiveCell
public FlagArrowKeys AllowArrowKeysMoveActiveCell {get; set;}
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members