OpenXmlSimpleValue<T>.Value Property
Gets or sets the value of the simple value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Property Value As T
Get
Set
用法
Dim instance As OpenXmlSimpleValue
Dim value As T
value = instance.Value
instance.Value = value
public T Value { get; set; }
Property Value
Type: T