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


In This Topic
    Count Property (TabInfo)
    In This Topic
    Gets the number of sheet name tabs in the Spread component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    Integer number of tabs
    Remarks
    This property is available at run time only.
    Example
    This example shows how to set the display of the sheet name tabs.
    See Also