共用方式為


DdeObject Constructors

Definition

Overloads

DdeObject()

Initializes a new instance of the DdeObject class.

DdeObject(String)

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

DdeObject()

Initializes a new instance of the DdeObject class.

public DdeObject ();
Public Sub New ()

Applies to

DdeObject(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to