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


In This Topic
    MoveToNextCellThenControl Property
    In This Topic
    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.
    See Also