ArgumentDescriptions class
Defines the ArgumentDescriptions Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:argumentDescriptions.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.2.5.4 CT_DefinedNameArgumentDescriptions
Target namespace: http://schemas.microsoft.com/office/excel/2008/2/main
Referenced by: CT_DefinedName
A complex type that specifies a group of argument descriptions for a particular macro.
Child Elements:
argumentDescription: A CT_DefinedNameArgumentDescription element (section 2.2.5.5) that specifies an argument description for a particular macro. Each index attribute of these child elements MUST be unique for all CT_DefinedNameArgumentDescription elements (section 2.2.5.5) within this CT_DefinedNameArgumentDescriptions element.
Attributes:
count: An unsignedInt attribute ([XMLSCHEMA2] section 3.3.22) that specifies the number of CT_DefinedNameArgumentDescription child elements (section 2.2.5.5) of this element and specifies the number of argument descriptions of the associated macro. MUST be greater than or equal to 1 and MUST be less than or equal to 60.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.
<xsd:complexType name="CT_DefinedNameArgumentDescriptions">
<xsd:sequence>
<xsd:element name="argumentDescription" type="CT_DefinedNameArgumentDescription" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/>
</xsd:complexType>