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


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