Share via


VTFloat Constructors

Definition

Overloads

VTFloat()

Initializes a new instance of the VTFloat class.

VTFloat(String)

Initializes a new instance of the VTFloat class with the specified text content.

VTFloat()

Initializes a new instance of the VTFloat class.

public VTFloat ();
Public Sub New ()

Applies to

VTFloat(String)

Initializes a new instance of the VTFloat class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to