OpenXmlElement.AddAnnotation(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an object to the current OpenXmlElement element's list of annotations.
public void AddAnnotation (object annotation);
member this.AddAnnotation : obj -> unit
Public Sub AddAnnotation (annotation As Object)
Parameters
- annotation
- Object
The annotation to add to the current OpenXmlElement element.