Id Class
Defines the Id Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:id.
Inheritance Hierarchy
System.Object
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)
Syntax
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class Id _
Inherits OpenXmlLeafTextElement
用法
Dim instance As Id
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class Id : OpenXmlLeafTextElement
Remarks
2.4.26 id
Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/main
An ST_Guid ([ISO/IEC-29500-1] section 22.9.2.4) element that specifies an identifier for a conditional formatting rule. See Worksheet under Extensions by Part for how this element integrates with [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.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.