'Declaration Public Enum ValueDirtiedAction Inherits System.Enum
public enum ValueDirtiedAction : System.Enum
Member | Description |
---|---|
FormulaAdded | A Formula was added to the Calc Network |
FormulaRemoved | A Formula was removed from the Calc Network |
ReferenceAdded | A reference was added to the Calc Network |
ReferenceRemoved | A reference was removed the Calc Network. Note that in this case the formula associated with the reference is also removed. |
RowReferenceAdded | A row reference was added to the Calc Network. A row reference is different from a regular reference because it refers to an item in a collection such as a data grid Record or Row. |
RowReferenceRemoved | A 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 a data grid Record or Row. |
RowsCollectionReferenceResynched | A rows collection reference was resynched. |
RowsCollectionReferenceSorted | A rows collection reference was sorted. |
RowsCollectionVisibilityChanged | The visibility of a row or rows in a rows collection has changed. |
ValueChanged | A Value in the Calc Network has changed |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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