SlicerCache.SourceType Property
Gets the kind of data source the slicer is connected to.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SourceType As XlPivotTableSourceType
Get
'Usage
Dim instance As SlicerCache
Dim value As XlPivotTableSourceType
value = instance.SourceType
XlPivotTableSourceType SourceType { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlPivotTableSourceType
The kind of data source the slicer is connected to.
Remarks
Read-only.
Only the xlDatabase and xlExternal data source types are supported.