Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / IsFormulaChanging Property


In This Topic
    IsFormulaChanging Property
    In This Topic
    Gets a value that indicates whether this instance is due to a formula changing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFormulaChanging As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    value = instance.IsFormulaChanging
    public bool IsFormulaChanging {get;}

    Property Value

    true if this instance is due to a formula changing; otherwise, false.
    See Also