'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.MergablePropertyAttribute(False)> <SRDescriptionAttribute("ControlTabIndexDescr")> Public Property TabIndex As System.Integer
'Usage
Dim instance As WorkbookView Dim value As System.Integer instance.TabIndex = value value = instance.TabIndex
[SRCategory("CatBehavior")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.MergableProperty(false)] [SRDescription("ControlTabIndexDescr")] public System.int TabIndex {get; set;}