Spread for ASP.NET 10 Product Documentation
MoveToPreviousCellThenControl Property
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.