FieldListActiveTabTopLevelEntity class

Office 2013 and later

Defines the FieldListActiveTabTopLevelEntity Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:activeTabTopLevelEntity.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity

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

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

2.6.94 CT_FieldListActiveTabTopLevelEntity

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_PivotTableUISettings

A complex type which specifies a top level object in the hierarchy of objects displayed in the PivotTable field list.<70>

Attributes:

name: A string attribute that specifies name of the object in the PivotTable field list.

type: An unsignedInt attribute that specifies the type of this top level object. MUST be specified. MUST be one of the values in the following table:

Value

Object Type

0

OLAP Dimension. The name attribute of this element MUST be the MDX unique name of the dimension.

1

Workbook Table. The name attribute of this element MUST be the name of the workbook table.

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

<xsd:complexType name="CT_FieldListActiveTabTopLevelEntity">

<xsd:attribute name="name" use="required" type="xsd:string"/>

<xsd:attribute name="type" use="optional" default="0" type="xsd:unsignedInt"/>

</xsd:complexType>

See section 5.3 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: