Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / MoveToPreviousCellThenControl Property
Example


In This Topic
    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;}
    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.
    See Also