Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / AllowArrowKeysMoveActiveCell Property


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