次の方法で共有


FormulaTextBox コンストラクター

定義

オーバーロード

FormulaTextBox()

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

FormulaTextBox(String)

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

FormulaTextBox()

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

public FormulaTextBox ();
Public Sub New ()

適用対象

FormulaTextBox(String)

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

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

パラメーター

text
String

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

適用対象