共用方式為


VTDecimal Constructors

Definition

Overloads

VTDecimal()

Initializes a new instance of the VTDecimal class.

VTDecimal(String)

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

VTDecimal()

Initializes a new instance of the VTDecimal class.

public VTDecimal ();
Public Sub New ()

Applies to

VTDecimal(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to