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


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