Spread for ASP.NET 12 Product Documentation
VisibleCount Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TabInfo Class : VisibleCount Property
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

Reference

TabInfo Class
TabInfo Members