2.3.46 ST_enmPivotRangeOperation

Referenced by: CT_Operation

Enumerates the types of operations that are allowed on a PivotTable.

The following table shows the enumeration values for this type.

Value

Meaning

Refresh

Indicates that the source of the PivotTable data can be refreshed to retrieve updated data.

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

 <xs:simpleType name="ST_enmPivotRangeOperation">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Refresh"/>
   </xs:restriction>
 </xs:simpleType>

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