次の方法で共有


OpenXmlElement.AddAnnotation(Object) メソッド

定義

現在の OpenXmlElement 要素の注釈の一覧にオブジェクトを追加します。

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

パラメーター

annotation
Object

現在の OpenXmlElement 要素に追加する注釈。

適用対象