Share via


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

See Also

Reference

PivotCache Interface

PivotCache Members

Microsoft.Office.Interop.Excel Namespace