TabStop Property (Column)
Gets or sets whether the user can set focus to cells in this column using the Tab key.
public bool TabStop {get; set;}
'Declaration
Public Property TabStop As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
instance.TabStop = value
value = instance.TabStop