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