DefinedNames class

Office 2013 and later

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

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.2.3.2 definedNames

Target namespace: http://schemas.microsoft.com/office/excel/2008/2/main

A CT_DefinedNames element (section 2.2.5.2) that specifies additional properties for macros.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this element.

<xsd:element name="definedNames" type="CT_DefinedNames"/>

2.2.5.2 CT_DefinedNames

Target namespace: http://schemas.microsoft.com/office/excel/2008/2/main

Referenced by: definedNames

A complex type that specifies a group of additional properties for macros.

Child Elements:

definedName: A CT_DefinedName element (section 2.2.5.3) that specifies additional properties for a particular macro.

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

<xsd:complexType name="CT_DefinedNames">

<xsd:sequence>

<xsd:element name="definedName" type="CT_DefinedName" minOccurs="1" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

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: