Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / Item Property
Index of the tab
Example


In This Topic
    Item Property (TabInfo)
    In This Topic
    Gets or sets the text in the sheet name tab.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As TabInfo
    Dim index As Integer
    Dim value As String
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public string this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the tab

    Property Value

    String containing the tab text (sheet name)
    Example
    This example shows how to set the display of the sheet name tabs.
    See Also