ResetTabStop Method (Column)
Resets to its default value whether the user can set focus to the cells in this column using the Tab key.
public void ResetTabStop()
'Declaration
Public Sub ResetTabStop()
'Usage
Dim instance As Column
instance.ResetTabStop()