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


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

    Property Value

    The count.
    See Also