Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFillSeriesList Class / Count Property


In This Topic
    Count Property (CustomFillSeriesList)
    In This Topic
    Number list in Custom List
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As CustomFillSeriesList
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also