XsnLocation コンストラクター

定義

オーバーロード

名前 説明
XsnLocation()

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

XsnLocation(String)

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

XsnLocation()

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

public XsnLocation();
Public Sub New ()

適用対象

XsnLocation(String)

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

public XsnLocation(string text);
new DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation : string -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation
Public Sub New (text As String)

パラメーター

text
String

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

適用対象