Colored コンストラクター

定義

オーバーロード

Colored()

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

Colored(String)

指定したテキスト コンテンツを含む色の付いたクラスの新しいインスタンスを初期化します。

Colored()

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

public Colored ();
Public Sub New ()

適用対象

Colored(String)

指定したテキスト コンテンツを含む色の付いたクラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

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

適用対象