Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormulaEditor Interface / IsFormulaValue Property


In This Topic
    IsFormulaValue Property (IFormulaEditor)
    In This Topic
    Determines whether the editor contains a formula.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsFormulaValue As Boolean
    'Usage
     
    
    Dim instance As IFormulaEditor
    Dim value As Boolean
     
    value = instance.IsFormulaValue
    bool IsFormulaValue {get;}
    See Also