Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / ValueList Property


In This Topic
    ValueList Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ValueList As List(Of Double)
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As List(Of Double)
     
    instance.ValueList = value
     
    value = instance.ValueList
    public List<double> ValueList {get; set;}
    See Also