PivotCache.SourceType Property

Definition

Returns a value that identifies the type of item being published.

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

Remarks

XlPivotTableSourceType can be one of the following XlPivotTableSourceType constants:

xlConsolidation

xlDatabase

xlExternal

xlPivotTable

xlScenario

Applies to