次の方法で共有


ScriptLocation コンストラクター

定義

オーバーロード

ScriptLocation()

ScriptLocation クラスの新しいインスタンスを初期化します。

ScriptLocation(String)

指定したテキスト コンテンツを使用して、ScriptLocation クラスの新しいインスタンスを初期化します。

ScriptLocation()

ScriptLocation クラスの新しいインスタンスを初期化します。

public ScriptLocation ();
Public Sub New ()

適用対象

ScriptLocation(String)

指定したテキスト コンテンツを使用して、ScriptLocation クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象