PivotTable.RefreshDate Property
Returns the date on which the PivotTable report was last refreshed. Read-only DateTime.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property RefreshDate As DateTime
Get
'Usage
Dim instance As PivotTable
Dim value As DateTime
value = instance.RefreshDate
DateTime RefreshDate { get; }
Property Value
Type: System.DateTime
Remarks
For OLAP data sources, this property is updated after each query.