Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetTabStop Method
Example


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