次の方法で共有


Author コンストラクター

定義

オーバーロード

Author()

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

Author(String)

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

Author()

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

public Author ();
Public Sub New ()

適用対象

Author(String)

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

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

パラメーター

text
String

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

適用対象