API Reference
Enum
LegacyXlsPivotCacheItemKind
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.
Returned or exposed by
- Field LegacyXlsPivotCacheItemKind.Boolean
- Field LegacyXlsPivotCacheItemKind.DateTime
- Field LegacyXlsPivotCacheItemKind.Empty
- Field LegacyXlsPivotCacheItemKind.Error
- Field LegacyXlsPivotCacheItemKind.Integer
- Field LegacyXlsPivotCacheItemKind.Number
- Field LegacyXlsPivotCacheItemKind.String
- Property LegacyXlsPivotTableRecord.CacheItemKind
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 LegacyXlsPivotCacheItemKind Number #Floating-point numeric PivotCache item from an SXNum record.
Value:
1public const LegacyXlsPivotCacheItemKind Boolean #Boolean PivotCache item from an SxBool record.
Value:
2public const LegacyXlsPivotCacheItemKind Integer #Signed integer PivotCache item from an SXInt record.
Value:
4public const LegacyXlsPivotCacheItemKind String #String PivotCache item from an SXString record.
Value:
5public const LegacyXlsPivotCacheItemKind DateTime #Date/time PivotCache item from an SXDtr record.
Value:
6