SlicerCache.OLAP Property

Gets whether the slicer associated with the specified slicer cache is based on an OLAP data source.

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 SlicerCache
Dim value As Boolean

value = instance.OLAP
bool OLAP { get; }

Property Value

Type: System.Boolean
true if the slicer associated with the specified slicer cache is based on an OLAP data source; otherwise, false.

Remarks

Read-only.

true, if the slicer is based on an OLAP data source; otherwise false.

See Also

Reference

SlicerCache Interface

SlicerCache Members

Microsoft.Office.Interop.Excel Namespace