Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetTabStop Method
Example


In This Topic
    ResetTabStop Method (Cell)
    In This Topic
    Resets to its default value whether the user can set focus to the cell using the Tab key.
    Syntax
    'Declaration
     
    
    Public Sub ResetTabStop() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetTabStop()
    public void ResetTabStop()
    Example
    This example uses the ResetTabStop method.
    See Also