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


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