'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property ActiveTabIndex As System.Integer
'Usage
Dim instance As WorkbookView Dim value As System.Integer instance.ActiveTabIndex = value value = instance.ActiveTabIndex
[System.ComponentModel.Browsable(false)] public System.int ActiveTabIndex {get; set;}
public read-write property ActiveTabIndex: System.Integer;
System.ComponentModel.BrowsableAttribute()
public function get,set ActiveTabIndex : System.int