OpenXmlAttribute.Value-Eigenschaft
Gets or sets the text value of the attribute.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As OpenXmlAttribute
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Eigenschaftswert
Typ: System.String
Returns String.