Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / DataFieldChangedEventArgs Class / FormulaChanged Property


In This Topic
    FormulaChanged Property (DataFieldChangedEventArgs)
    In This Topic
    Gets a value that indicates whether [formula changed].
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormulaChanged As Boolean
    'Usage
     
    
    Dim instance As DataFieldChangedEventArgs
    Dim value As Boolean
     
    value = instance.FormulaChanged
    public bool FormulaChanged {get;}

    Property Value

    true if [formula changed]; otherwise, false.
    See Also