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


In This Topic
    StockValueCountList Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property StockValueCountList As Dictionary(Of Integer,Integer)
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Dictionary(Of Integer,Integer)
     
    instance.StockValueCountList = value
     
    value = instance.StockValueCountList
    public Dictionary<int,int> StockValueCountList {get; set;}
    See Also