FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / AllowArrowKeysMoveActiveCell Property


In This Topic
AllowArrowKeysMoveActiveCell Property (TextCellType)
In This Topic
Gets or sets whether to allow arrow keys to move the active cell.
Syntax
'Declaration
 
Public Property AllowArrowKeysMoveActiveCell As FlagArrowKeys
 
'Usage
 
Dim instance As TextCellType
Dim value As FlagArrowKeys
 
instance.AllowArrowKeysMoveActiveCell = value
 
value = instance.AllowArrowKeysMoveActiveCell
See Also