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


In This Topic
    ResetTabStop Method (Row)
    In This Topic
    Resets to its default value whether the user can set focus to cells in this row using the Tab key.
    Syntax
    'Declaration
     
    
    Public Sub ResetTabStop() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetTabStop()
    public void ResetTabStop()
    See Also