FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SegmentDataChangedEventArgs Class / FormulaChanged Property


In This Topic
FormulaChanged Property (SegmentDataChangedEventArgs)
In This Topic
Gets a value that indicates whether [formula changed].
Syntax
'Declaration
 
Public ReadOnly Property FormulaChanged As Boolean
 
'Usage
 
Dim instance As SegmentDataChangedEventArgs
Dim value As Boolean
 
value = instance.FormulaChanged

Property Value

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