Gets or sets the number of sheet name tabs displayed in the command bar of the Spread component.
Syntax
'Declaration
Public Property VisibleCount As Integer
'Usage
Dim instance As TabInfo
Dim value As Integer
instance.VisibleCount = value
value = instance.VisibleCount
public int VisibleCount {get; set;}
See Also