次の方法で共有


TotalsRowFormula コンストラクター

定義

オーバーロード

TotalsRowFormula()

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

TotalsRowFormula(String)

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

TotalsRowFormula()

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

public TotalsRowFormula ();
Public Sub New ()

適用対象

TotalsRowFormula(String)

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

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

パラメーター

text
String

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

適用対象