Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCmo Class / fRecalcObj Property


In This Topic
    fRecalcObj Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fRecalcObj As Boolean
    'Usage
     
    
    Dim instance As FtCmo
    Dim value As Boolean
     
    instance.fRecalcObj = value
     
    value = instance.fRecalcObj
    public bool fRecalcObj {get; set;}
    See Also