API Reference

Enum

LegacyXlsPivotCacheSourceType

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Values

public const LegacyXlsPivotCacheSourceType Sheet #

The PivotCache source is a worksheet range or defined range.

Value: 1
public const LegacyXlsPivotCacheSourceType External #

The PivotCache source is external data.

Value: 2
public const LegacyXlsPivotCacheSourceType Consolidation #

The PivotCache source is one or more consolidation ranges.

Value: 4
public const LegacyXlsPivotCacheSourceType Scenario #

The PivotCache source is an application-managed temporary scenario structure.

Value: 16