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


In This Topic
    Count Property (CellRangeSegmentData)
    In This Topic
    Gets the number of items in this instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As CellRangeSegmentData
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The count.
    See Also