Comments.Save Method (WordprocessingCommentsPart)

Saves the DOM into the WordprocessingCommentsPart.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub Save ( _
    openXmlPart As WordprocessingCommentsPart _
)
'Usage
Dim instance As Comments
Dim openXmlPart As WordprocessingCommentsPart

instance.Save(openXmlPart)
public void Save(
    WordprocessingCommentsPart openXmlPart
)

Parameters

See Also

Reference

Comments Class

Comments Members

Save Overload

DocumentFormat.OpenXml.Wordprocessing Namespace