Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FormulaSetter.FormulaInfo Class / SharedFormulas Property


In This Topic
    SharedFormulas Property
    In This Topic
    Gets the shared formula.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SharedFormulas As ArrayList
    'Usage
     
    
    Dim instance As FormulaSetter.FormulaInfo
    Dim value As ArrayList
     
    value = instance.SharedFormulas
    public ArrayList SharedFormulas {get;}

    Property Value

    The shared formula.
    See Also