DdeItem Class
DDE Item definition.When the object is serialized out as xml, its qualified name is x:ddeItem.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.DdeItem
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(Values))> _
Public Class DdeItem _
Inherits OpenXmlCompositeElement
用法
Dim instance As DdeItem
[ChildElementInfoAttribute(typeof(Values))]
public class DdeItem : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Values <x:values>
[ISO/IEC 29500-1 第 1 个版本]
18.14.2 ddeItem (DDE Item definition)
This element represents a DDE item.
Parent Elements |
---|
ddeItems (§18.14.3) |
Child Elements |
Subclause |
---|---|
values (DDE Name Values) |
§18.14.19 |
Attributes |
Description |
---|---|
advise (Advise) |
Specifies whether the DDE server should notify the application when the external data changes. Default value is false. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
name (DDE Name) |
Specifies the DDE item name. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
ole (Object Linking TechnologyE) |
Set to true if this is item uses an object linking technology. Default value is false. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
preferPic (Data is an Image) |
Set to true if data from this DDE item is an image format. Default value is false. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_DdeItem) is located in §A.2. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.