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