Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / MoveActiveOnFocus Property


In This Topic
MoveActiveOnFocus Property (FpSpread)
In This Topic
Gets or sets whether the location of the active cell moves when the user moves the focus to the view using the mouse.
Syntax
'Declaration
 
Public Property MoveActiveOnFocus As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.MoveActiveOnFocus = value
 
value = instance.MoveActiveOnFocus
See Also