次の方法で共有


VTFloat コンストラクター

定義

オーバーロード

VTFloat()

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

VTFloat(String)

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

VTFloat()

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

public VTFloat ();
Public Sub New ()

適用対象

VTFloat(String)

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

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

パラメーター

text
String

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

適用対象