ArgumentDescription class
Defines the ArgumentDescription Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:argumentDescription.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.OpenXmlLeafTextElement
DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.2.5.5 CT_DefinedNameArgumentDescription
Target namespace: http://schemas.microsoft.com/office/excel/2008/2/main
Referenced by: CT_DefinedNameArgumentDescriptions
A complex type that specifies an argument description for a particular argument of a macro. The length of the ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) MUST be less than or equal to 255.
Attributes:
index: An unsignedInt attribute ([XMLSCHEMA2] section 3.3.22) that specifies the zero-based index referring to the argument at position index of the associated macro. MUST be less than the count attribute value in the parent CT_DefinedNameArgumentDescription element (section 2.2.5.5).
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.
<xsd:complexType name="CT_DefinedNameArgumentDescription">
<xsd:simpleContent>
<xsd:extension base="x:ST_Xstring">
<xsd:attribute name="index" type="xsd:unsignedInt" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>