Spread for ASP.NET 11 Product Documentation
MoveToNextCellThenControl Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : MoveToNextCellThenControl Property
Gets or sets whether to process the Tab key as a way of advancing to the next control when tabbing from the last cell.
Syntax
'Declaration
 
Public Property MoveToNextCellThenControl As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.MoveToNextCellThenControl = value
 
value = instance.MoveToNextCellThenControl
public bool MoveToNextCellThenControl {get; set;}
Remarks
This property specifies whether to move to the next cell or to the next control if focus is on the last cell when using the tab key. The ProcessTab property must be true.
Example
This example sets the MoveToNextCellThenControl property.
FpSpread1.MoveToNextCellThenControl = true;
FpSpread1.MoveToPreviousCellThenControl = true;
FpSpread1.MoveToNextCellThenControl = True
FpSpread1.MoveToPreviousCellThenControl = True
See Also

Reference

FpSpread Class
FpSpread Members