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


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

    Property Value

    Integer index of the first tab displayed
    Remarks

    The tab index numbers are zero-based; the index number for the first tab is zero.

    This property is available at run time only.

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