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
public bool MoveActiveOnFocus {get; set;}
See Also