VTDouble Constructors

Definition

Overloads

VTDouble()

Initializes a new instance of the VTDouble class.

VTDouble(String)

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

VTDouble()

Initializes a new instance of the VTDouble class.

public VTDouble ();
Public Sub New ()

Applies to

VTDouble(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to