Spread for ASP.NET 11 Product Documentation
MoveToPreviousCellThenControl Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : MoveToPreviousCellThenControl Property
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;}
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.
FpSpread1.MoveToNextCellThenControl = true;
FpSpread1.MoveToPreviousCellThenControl = true;
FpSpread1.MoveToNextCellThenControl = True
FpSpread1.MoveToPreviousCellThenControl = True
See Also

Reference

FpSpread Class
FpSpread Members