CustomDocumentProperty.VTNull Property
Null.Represents the element tag in schema: vt:null
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property VTNull As VTNull
Get
Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTNull
value = instance.VTNull
instance.VTNull = value
public VTNull VTNull { get; set; }
Property Value
Type: DocumentFormat.OpenXml.VariantTypes.VTNull