PivotUserEdit class

Office 2013 and later

Defines the PivotUserEdit Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:userEdit.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.6.41 CT_PivotUserEdit

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_PivotEdit

A complex type that specifies user input, related to PivotTable what-if analysis, in a single cell of the PivotTable ([ISO/IEC-29500-1] section 18.10) data area.

Child Elements:

xm:f: An f element that specifies a formula. The formula MUST adhere to the grammar provided in Formulas, with the following restriction: The formula MUST NOT use the bang-reference or bang-name production rules.

editValue: A CT_PivotEditValue element that specifies the user input value that replaces the original cell value, in a single cell of the PivotTable ([ISO/IEC-29500-1] section 18.10) data area.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_PivotUserEdit">

<xsd:choice minOccurs="1" maxOccurs="1">

<xsd:element ref="xm:f" minOccurs="1" maxOccurs="1"/>

<xsd:element name="editValue" type="CT_PivotEditValue" minOccurs="1" maxOccurs="1"/>

</xsd:choice>

</xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: