SlicerCache.SourceType Property

Definition

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.

Applies to