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


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