XlCellChangedState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a PivotTable value cell has been edited or recalculated since the PivotTable report was created or the last commit operation was performed.
public enum class XlCellChangedState
public enum XlCellChangedState
Public Enum XlCellChangedState
- Inheritance
-
XlCellChangedState
Fields
Name | Value | Description |
---|---|---|
xlCellNotChanged | 1 | The value in the cell has not been edited or recalculated. |
xlCellChanged | 2 | The value in the cell has been edited or recalculated. |
xlCellChangeApplied | 3 | The value in the cell has been edited or recalculated, and that change has been applied to the data source. (Applies only PivotTable reports with OLAP data sources) |