XlCellChangedState Enumeration
Specifies whether a PivotTable value cell has been edited or recalculated since the PivotTable report was created or the last commit operation was performed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCellChangedState
'Usage
Dim instance As XlCellChangedState
public enum XlCellChangedState
Members
Member name | Description | |
---|---|---|
xlCellNotChanged | The value in the cell has not been edited or recalculated. | |
xlCellChanged | The value in the cell has been edited or recalculated. | |
xlCellChangeApplied | 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) |