MoveToPreviousCellThenControl Property
In This Topic
Gets or sets whether to process the Tab key as a way of advancing to the previous control when tabbing from the first cell.
Syntax
'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;}
Example
This example uses the MoveToPreviousCellThenControl property.
See Also