PivotCache.OLAP Property
Returns True if the PivotTable cache is connected to an Online Analytical Processing (OLAP) server.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property OLAP As Boolean
Get
'Usage
Dim instance As PivotCache
Dim value As Boolean
value = instance.OLAP
bool OLAP { get; }
Property Value
Type: System.Boolean