DdeLinkValue Constructors

Definition

Overloads

DdeLinkValue()

Initializes a new instance of the DdeLinkValue class.

DdeLinkValue(String)

Initializes a new instance of the DdeLinkValue class with the specified text content.

DdeLinkValue()

Initializes a new instance of the DdeLinkValue class.

public DdeLinkValue ();
Public Sub New ()

Applies to

DdeLinkValue(String)

Initializes a new instance of the DdeLinkValue class with the specified text content.

public DdeLinkValue (string text);
new DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue : string -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to