Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / ResetTabStop Method


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