PivotCell.DataSourceValue Property
Gets the value last retrieved from the data source for edited cells in a PivotTable report.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DataSourceValue As Object
Get
'Usage
Dim instance As PivotCell
Dim value As Object
value = instance.DataSourceValue
Object DataSourceValue { get; }
Property Value
Type: System.Object
The value last retrieved from the data source for edited cells in a PivotTable report.
Remarks
Read-only.
Whenever a cell in the values area of a PivotTable report is edited, the DataSourceValue property will hold the value that was last retrieved from the data source before editing took place. For PivotTable report value cells that have not been edited, or for which the data source value has not been explicitly retrieved, this property will return a null reference (Nothing in Visual Basic). For PivotTable reports with OLAP data sources, the value of the DataSourceValue property is retrieved from a separate connection to ensure that it does not contain the value of any writeback operations that the user might have made.
Reading the DataSourceValue property for cells that are outside of the values area of a PivotTable report generates a run-time error.