Share via


PivotCache.SourceType Property

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

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 PivotCache
Dim value As XlPivotTableSourceType

value = instance.SourceType
XlPivotTableSourceType SourceType { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlPivotTableSourceType

Remarks

XlPivotTableSourceType can be one of the following XlPivotTableSourceType constants:

xlConsolidation

xlDatabase

xlExternal

xlPivotTable

xlScenario

See Also

Reference

PivotCache Interface

PivotCache Members

Microsoft.Office.Interop.Excel Namespace