次の方法で共有


DropStyle コンストラクター

定義

オーバーロード

DropStyle()

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

DropStyle(String)

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

DropStyle()

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

public DropStyle ();
Public Sub New ()

適用対象

DropStyle(String)

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

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

パラメーター

text
String

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

適用対象