次の方法で共有


CustomDocumentProperty.VTCurrency Property

Currency.Represents the element tag in schema: vt:cy

Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Property VTCurrency As VTCurrency
    Get
    Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTCurrency

value = instance.VTCurrency

instance.VTCurrency = value
public VTCurrency VTCurrency { get; set; }

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTCurrency

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace