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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.