Share via


Document.DeleteAllComments Method (2007 System)

Deletes all comments from the Comments collection in a document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub DeleteAllComments
'Usage
Dim instance As Document

instance.DeleteAllComments()
public void DeleteAllComments()
public:
void DeleteAllComments()
public function DeleteAllComments()

Remarks

Use the Add(Range, Object) method of the Comments object to add a comment to a document.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace