OpenXmlElement.AddAnnotation(Object) Method

Definition

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.

Applies to