MultiSelections コンストラクター

定義

オーバーロード

MultiSelections()

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

MultiSelections(String)

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

MultiSelections()

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

public MultiSelections ();
Public Sub New ()

適用対象

MultiSelections(String)

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

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

パラメーター

text
String

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

適用対象