API Reference
Enum
LegacyXlsPivotCacheSourceType
Identifies the source-data kind declared for a legacy XLS PivotCache.
Inheritance
- Enum
- LegacyXlsPivotCacheSourceType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsPivotCacheSourceType Sheet #The PivotCache source is a worksheet range or defined range.
Value:
1public const LegacyXlsPivotCacheSourceType External #The PivotCache source is external data.
Value:
2public const LegacyXlsPivotCacheSourceType Consolidation #The PivotCache source is one or more consolidation ranges.
Value:
4public const LegacyXlsPivotCacheSourceType Scenario #The PivotCache source is an application-managed temporary scenario structure.
Value:
16