Share via


FieldListActiveTabTopLevelEntity class

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

Inheritance hierarchy

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

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class FieldListActiveTabTopLevelEntity _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As FieldListActiveTabTopLevelEntity
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class FieldListActiveTabTopLevelEntity : OpenXmlLeafElement

Remarks

2.6.102 CT_FieldListActiveTabTopLevelEntity

Target namespace: https://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.

Attributes:

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

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:complexType>

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

Thread safety

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

See also

Reference

FieldListActiveTabTopLevelEntity members

DocumentFormat.OpenXml.Office15.Excel namespace