次の方法で共有


SelectionType コンストラクター

定義

オーバーロード

SelectionType()

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

SelectionType(String)

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

SelectionType()

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

public SelectionType ();
Public Sub New ()

適用対象

SelectionType(String)

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

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

パラメーター

text
String

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

適用対象