Share via


VTCurrency Constructors

Definition

Overloads

VTCurrency()

Initializes a new instance of the VTCurrency class.

VTCurrency(String)

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

VTCurrency()

Initializes a new instance of the VTCurrency class.

public VTCurrency ();
Public Sub New ()

Applies to

VTCurrency(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to