VbaSuppData.DocEvents Property
DocEvents.Represents the element tag in schema: wne:docEvents
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property DocEvents As DocEvents
Get
Set
'使用
Dim instance As VbaSuppData
Dim value As DocEvents
value = instance.DocEvents
instance.DocEvents = value
public DocEvents DocEvents { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Word.DocEvents