'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property TabStop As System.Boolean
'Usage Dim instance As Column Dim value As System.Boolean instance.TabStop = value value = instance.TabStop
[System.ComponentModel.DefaultValue()] public System.bool TabStop {get; set;}
Property Value
true
if the user can set focus to cells in this column using the Tab key; otherwise, false
. The default value is true
.