OpenXmlPartContainer.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 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.