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