Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjFmla Class / fmla Property


In This Topic
    fmla Property (ObjFmla)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fmla As ObjectParsedFormula
    'Usage
     
    
    Dim instance As ObjFmla
    Dim value As ObjectParsedFormula
     
    instance.fmla = value
     
    value = instance.fmla
    public ObjectParsedFormula fmla {get; set;}
    See Also