'Declaration
<SRDescriptionAttribute("ControlTabStopDescr")> <SRCategoryAttribute("CatBehavior")> <System.Runtime.InteropServices.DispIdAttribute(-516)> <System.ComponentModel.DefaultValueAttribute(True)> Public Property TabStop As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.TabStop = value value = instance.TabStop
[SRDescription("ControlTabStopDescr")] [SRCategory("CatBehavior")] [System.Runtime.InteropServices.DispId(-516)] [System.ComponentModel.DefaultValue(true)] public System.bool TabStop {get; set;}