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


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