Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentData Interface / Count Property


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

    Property Value

    The count.
    See Also