XlCellChangedState Enum

Definition

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

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)

xlCellChanged 2

The value in the cell has been edited or recalculated.

xlCellNotChanged 1

The value in the cell has not been edited or recalculated.

Applies to