Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetTabStop Method


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