共用方式為


ScriptText Constructors

Definition

Overloads

ScriptText()

Initializes a new instance of the ScriptText class.

ScriptText(String)

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

ScriptText()

Initializes a new instance of the ScriptText class.

public ScriptText ();
Public Sub New ()

Applies to

ScriptText(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to