SelectionEntry コンストラクター

定義

オーバーロード

SelectionEntry()

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

SelectionEntry(String)

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

SelectionEntry()

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

public SelectionEntry ();
Public Sub New ()

適用対象

SelectionEntry(String)

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

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

パラメーター

text
String

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

適用対象