DdeLink.DdeTopic Property

Topic for DDE server.Represents the attribte in schema: ddeTopic

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

Syntax

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

value = instance.DdeTopic

instance.DdeTopic = value
[SchemaAttrAttribute(, "ddeTopic")]
public StringValue DdeTopic { 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.

Describes something for the DDE application to which the channel pertains—usually a document of that application. 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