次の方法で共有


Subtopic コンストラクター

定義

オーバーロード

Subtopic()

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

Subtopic(String)

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

Subtopic()

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

public Subtopic ();
Public Sub New ()

適用対象

Subtopic(String)

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

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

パラメーター

text
String

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

適用対象