PivotAreaValues Enum

Definition

Rule Type

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

Fields

PivotAreaValues(String)

Creates a new PivotAreaValues enum instance

All 3

All.

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

All

All.

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

Button 5

Field Button.

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

Button

Field Button.

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

Data 2

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".

Equals(Object)
Equals(PivotAreaValues)
GetHashCode()
None 0

None.

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

None

None.

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

Normal 1

Normal.

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

Normal

Normal.

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

Equality(PivotAreaValues, PivotAreaValues)
Inequality(PivotAreaValues, PivotAreaValues)
Origin 4

Origin.

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

Origin

Origin.

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

TopEnd

topEnd.

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

This item is only available in Office 2010 and later.

TopEnd 7

topEnd.

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

This item is only available in Office 2010 and later.

TopRight 6

Top Right.

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

TopRight

Top Right.

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

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

Applies to