Id class
Office 2013 and later
Defines the Id Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:id.
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.OpenXmlLeafTextElement
DocumentFormat.OpenXml.Office2010.Excel.Id
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.OpenXmlLeafTextElement
DocumentFormat.OpenXml.Office2010.Excel.Id
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.4.28 id
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
An id element is an ST_Guid element, as specified in [ISO/IEC-29500-1] section 22.9.2.4, that specifies an identifier for a conditional formatting rule. See section 2.2.4.11 for how this element integrates with the Office Open XML file formats specified in [ISO/IEC-29500-1].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="id" type="x:ST_Guid"/>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Show: