共用方式為


ScriptLocation Constructors

Definition

Overloads

ScriptLocation()

Initializes a new instance of the ScriptLocation class.

ScriptLocation(String)

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

ScriptLocation()

Initializes a new instance of the ScriptLocation class.

public ScriptLocation ();
Public Sub New ()

Applies to

ScriptLocation(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to