Freigeben über


DecimalValue-Klasse

Defines DecimalValue - Decimal value for attributes.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<Decimal>
      DocumentFormat.OpenXml.DecimalValue

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

Syntax

'Declaration
Public Class DecimalValue _
    Inherits OpenXmlSimpleValue(Of Decimal)
'Usage
Dim instance As DecimalValue
public class DecimalValue : OpenXmlSimpleValue<decimal>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DecimalValue-Member

DocumentFormat.OpenXml-Namespace