OpenXmlSimpleValue<T> Constructor (T)
Initializes a new instance of the OpenXmlSimpleValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Protected Sub New ( _
value As T _
)
用法
Dim value As T
Dim instance As New OpenXmlSimpleValue(value)
protected OpenXmlSimpleValue(
T value
)
Parameters
- value
Type: T