'Declaration
Public Property MoveToPreviousCellThenControl As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.MoveToPreviousCellThenControl = value
value = instance.MoveToPreviousCellThenControl
public bool MoveToPreviousCellThenControl {get; set;}
Remarks
This property specifies whether focus moves to the previous cell or the previous control if focus is on the first cell when the user presses Shift + Tab. The ProcessTab property must be true.
Example
This example uses the MoveToPreviousCellThenControl property.