Values Class
DDE Name Values.When the object is serialized out as xml, its qualified name is x:values.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.Values
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(Value))> _
Public Class Values _
Inherits OpenXmlCompositeElement
用法
Dim instance As Values
[ChildElementInfoAttribute(typeof(Value))]
public class Values : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Value <x:value>
[ISO/IEC 29500-1 第 1 个版本]
18.14.19 values (DDE Name Values)
This element defines a collection of values associated with DDE item.
Parent Elements |
---|
ddeItem (§18.14.2) |
Child Elements |
Subclause |
---|---|
value (Value) |
§18.14.18 |
Attributes |
Description |
---|---|
cols (Columns) |
The number of columns of data that is returned by the DDE server for this DDE item. The default value of this attribute is 1. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
rows (Rows) |
The number of rows of data that is returned by the DDE server for this DDE item. The default value of this attribute is 1. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_DdeValues) 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.