次の方法で共有


TableFormulaType コンストラクター

定義

オーバーロード

TableFormulaType()

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

TableFormulaType(String)

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

TableFormulaType()

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

protected TableFormulaType ();
Protected Sub New ()

適用対象

TableFormulaType(String)

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

protected TableFormulaType (string text);
new DocumentFormat.OpenXml.Spreadsheet.TableFormulaType : string -> DocumentFormat.OpenXml.Spreadsheet.TableFormulaType
Protected Sub New (text As String)

パラメーター

text
String

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

適用対象