Gets or sets the index of the first visible sheet name tab.
Syntax
'Declaration
Public Property FirstVisibleTab As Integer
'Usage
Dim instance As TabInfo
Dim value As Integer
instance.FirstVisibleTab = value
value = instance.FirstVisibleTab
public int FirstVisibleTab {get; set;}
See Also