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


In This Topic
    TabControlPolicy Property
    In This Topic
    Gets or sets when to display the sheet name tabs in the command bar of the Spread component.
    Syntax
    'Declaration
     
    
    Public Property TabControlPolicy As TabControlPolicy
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As TabControlPolicy
     
    instance.TabControlPolicy = value
     
    value = instance.TabControlPolicy
    public TabControlPolicy TabControlPolicy {get; set;}

    Property Value

    TabControlPolicy setting
    Remarks

    Valid values are given in the TabControlPolicy enumeration.

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