Version

ValueDirtiedAction Enumeration

Indicates which type of action took place to dirty the Calculation Network
Syntax
'Declaration
 
Public Enum ValueDirtiedAction 
   Inherits System.Enum
public enum ValueDirtiedAction : System.Enum 
Members
MemberDescription
FormulaAddedA Formula was added to the Calc Network
FormulaRemovedA Formula was removed from the Calc Network
ReferenceAddedA reference was added to the Calc Network
ReferenceRemovedA reference was removed the Calc Network. Note that in this case the formula associated with the reference is also removed.
RowReferenceAddedA row reference was added to the Calc Network. A row reference is differnet from a regular reference because it refer to an item in a collection such as an UltraGridRow.
RowReferenceRemovedA row reference was removed the Calc Network. Note that in this case the formula associated with the reference is also removed. A row reference is differnet from a regular reference because it refer to an item in a collection such as an UltraGridRow.
RowsCollectionReferenceResynchedA rows collection reference was resynched.
RowsCollectionReferenceSortedA rows collection reference was sorted.
RowsCollectionVisibilityChangedThe visibility of a row or rows in a rows collection has changed.
ValueChangedA Value in the Calc Network has changed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also