Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtLbsData Class / fmla Property


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