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


In This Topic
    Count Property (TouchStripCollection)
    In This Topic
    Gets the count.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim value As Integer
     
    value = instance.Count
    public override int Count {get;}

    Property Value

    The count.
    See Also