Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / StockValueList Property


In This Topic
StockValueList Property
In This Topic
Syntax
'Declaration
 
Public Property StockValueList As Dictionary(Of Integer,List(Of Double))
 
'Usage
 
Dim instance As SeriesCache
Dim value As Dictionary(Of Integer,List(Of Double))
 
instance.StockValueList = value
 
value = instance.StockValueList
See Also