ItemValues Enum

Definition

PivotItem Type

public enum ItemValues
public readonly struct ItemValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.ItemValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.ItemValues>
type ItemValues = 
type ItemValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ItemValues>
Public Enum ItemValues
Public Structure ItemValues
Implements IEnumValue, IEnumValueFactory(Of ItemValues), IEquatable(Of ItemValues)
Inheritance
ItemValues
Inheritance
ItemValues

Fields

ItemValues(String)

Creates a new ItemValues enum instance

Average 4

Average.

When the item is serialized out as xml, its value is "avg".

Average

Average.

When the item is serialized out as xml, its value is "avg".

Blank 14

Blank Pivot Item.

When the item is serialized out as xml, its value is "blank".

Blank

Blank Pivot Item.

When the item is serialized out as xml, its value is "blank".

Count 8

Count.

When the item is serialized out as xml, its value is "count".

Count

Count.

When the item is serialized out as xml, its value is "count".

CountA

CountA.

When the item is serialized out as xml, its value is "countA".

CountA 3

CountA.

When the item is serialized out as xml, its value is "countA".

Data 0

Data.

When the item is serialized out as xml, its value is "data".

Data

Data.

When the item is serialized out as xml, its value is "data".

Default 1

Default.

When the item is serialized out as xml, its value is "default".

Default

Default.

When the item is serialized out as xml, its value is "default".

Equals(Object)
Equals(ItemValues)
GetHashCode()
Grand

Grand Total Item.

When the item is serialized out as xml, its value is "grand".

Grand 13

Grand Total Item.

When the item is serialized out as xml, its value is "grand".

Maximum 5

Max.

When the item is serialized out as xml, its value is "max".

Maximum

Max.

When the item is serialized out as xml, its value is "max".

Minimum

Min.

When the item is serialized out as xml, its value is "min".

Minimum 6

Min.

When the item is serialized out as xml, its value is "min".

Equality(ItemValues, ItemValues)
Inequality(ItemValues, ItemValues)
Product 7

Product.

When the item is serialized out as xml, its value is "product".

Product

Product.

When the item is serialized out as xml, its value is "product".

StandardDeviation 9

stdDev.

When the item is serialized out as xml, its value is "stdDev".

StandardDeviation

stdDev.

When the item is serialized out as xml, its value is "stdDev".

StandardDeviationP

StdDevP.

When the item is serialized out as xml, its value is "stdDevP".

StandardDeviationP 10

StdDevP.

When the item is serialized out as xml, its value is "stdDevP".

Sum

Sum.

When the item is serialized out as xml, its value is "sum".

Sum 2

Sum.

When the item is serialized out as xml, its value is "sum".

ToString()
Variance 11

Var.

When the item is serialized out as xml, its value is "var".

Variance

Var.

When the item is serialized out as xml, its value is "var".

VarianceP

VarP.

When the item is serialized out as xml, its value is "varP".

VarianceP 12

VarP.

When the item is serialized out as xml, its value is "varP".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ItemValues>.Create(String)

Applies to