PivotAreaValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | 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". |
Data | 2 | Data. When the item is serialized out as xml, its value is "data". |
All | 3 | All. When the item is serialized out as xml, its value is "all". |
Origin | 4 | Origin. When the item is serialized out as xml, its value is "origin". |
Button | 5 | Field Button. When the item is serialized out as xml, its value is "button". |
TopRight | 6 | Top Right. When the item is serialized out as xml, its value is "topRight". |
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. |
All | All. When the item is serialized out as xml, its value is "all". |
|
Button | Field Button. When the item is serialized out as xml, its value is "button". |
|
Data | Data. When the item is serialized out as xml, its value is "data". |
|
Equality(PivotAreaValues, PivotAreaValues) | ||
Equals(Object) | ||
Equals(PivotAreaValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PivotAreaValues>.Create(String) | ||
Inequality(PivotAreaValues, PivotAreaValues) | ||
None | None. When the item is serialized out as xml, its value is "none". |
|
Normal | Normal. When the item is serialized out as xml, its value is "normal". |
|
Origin | Origin. When the item is serialized out as xml, its value is "origin". |
|
PivotAreaValues(String) | Creates a new PivotAreaValues enum instance |
|
TopEnd | topEnd. When the item is serialized out as xml, its value is "topEnd". This item is only available in Office 2010 and later. |
|
TopRight | Top Right. When the item is serialized out as xml, its value is "topRight". |
|
ToString() |