Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / Count Property


In This Topic
    Count Property (CaptionsArrayList)
    In This Topic
    Gets the number of captions in the array.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also