OpenXmlPartContainer.AddAnnotation(Object) Method

Definition

Adds an object to the annotation list of this PartContainer.

public void AddAnnotation (object annotation);
member this.AddAnnotation : obj -> unit
Public Sub AddAnnotation (annotation As Object)

Parameters

annotation
Object

The annotation to add to this PartContainer.

Applies to