Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / VisibleCount Property
Example


In This Topic
    VisibleCount Property
    In This Topic
    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;}

    Property Value

    Integer number of tabs that are displayed
    Remarks

    If more tabs (with sheet names) are available to view, an ellipses (...) button displays in the command bar. Click the button to scroll to the previous or next tab.

    For this property to have an effect, you must set the TabControlPolicy property to Always or AsNeeded.

    Example
    This example shows how to set the display of the sheet name tabs.
    See Also