API Reference

Enum

LegacyXlsPivotCacheItemKind

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

Identifies the value kind stored in a PivotCache cache item record.

Inheritance

  • Enum
  • LegacyXlsPivotCacheItemKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyXlsPivotCacheItemKind Empty #

Empty PivotCache item from an SxNil record.

Value: 0
public const LegacyXlsPivotCacheItemKind Number #

Floating-point numeric PivotCache item from an SXNum record.

Value: 1
public const LegacyXlsPivotCacheItemKind Boolean #

Boolean PivotCache item from an SxBool record.

Value: 2
public const LegacyXlsPivotCacheItemKind Error #

Error PivotCache item from an SxErr record.

Value: 3
public const LegacyXlsPivotCacheItemKind Integer #

Signed integer PivotCache item from an SXInt record.

Value: 4
public const LegacyXlsPivotCacheItemKind String #

String PivotCache item from an SXString record.

Value: 5
public const LegacyXlsPivotCacheItemKind DateTime #

Date/time PivotCache item from an SXDtr record.

Value: 6