OpenXmlSimpleValue<T>.Value Property

Gets or sets the value of the simple value.

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

Syntax

'Declaration
Public Property Value As T
    Get
    Set
'Usage
Dim instance As OpenXmlSimpleValue
Dim value As T

value = instance.Value

instance.Value = value
public T Value { get; set; }

Property Value

Type: T

See Also

Reference

OpenXmlSimpleValue<T> Class

OpenXmlSimpleValue<T> Members

DocumentFormat.OpenXml Namespace