MoveActiveOnFocus Property (FpSpread)
Gets or sets whether the location of the active cell moves when the user moves the focus to the view using the mouse.
public bool MoveActiveOnFocus {get; set;}
'Declaration
Public Property MoveActiveOnFocus As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.MoveActiveOnFocus = value
value = instance.MoveActiveOnFocus