SlicerCache.SourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the kind of data source the slicer is connected to.
public:
property Microsoft::Office::Interop::Excel::XlPivotTableSourceType SourceType { Microsoft::Office::Interop::Excel::XlPivotTableSourceType get(); };
public Microsoft.Office.Interop.Excel.XlPivotTableSourceType SourceType { get; }
Public ReadOnly Property SourceType As XlPivotTableSourceType
Property Value
The kind of data source the slicer is connected to.
Remarks
Read-only.
Only the xlDatabase and xlExternal data source types are supported.