DdeLink.DdeService Property

Service name.Represents the attribte in schema: ddeService

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ddeService")> _
Public Property DdeService As StringValue
    Get
    Set
'Usage
Dim instance As DdeLink
Dim value As StringValue

value = instance.DdeService

instance.DdeService = value
[SchemaAttrAttribute(, "ddeService")]
public StringValue DdeService { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376can be useful when working with this class.

Service name (in other words, application name) for the DDE connection. This is a required attribute.

The possible values for this attribute are defined by the ST_Xstring simple type.

See Also

Reference

DdeLink Class

DdeLink Members

DocumentFormat.OpenXml.Spreadsheet Namespace