Comments Interface 

A collection of Comment objects that represent the comments in a selection, range, or document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ommentsImplementation
    Implements Comments
End Class
Dim ommentsImplementation1 As New ommentsImplementation()

Syntax

Public Interface Comments
    Inherits IEnumerable
public interface Comments : IEnumerable
public interface class Comments : public IEnumerable
public interface Comments implements IEnumerable
public interface Comments implements IEnumerable

Remarks

Use the Comments property to return the Comments collection.

Use the Add method to add a comment at the specified range.

Use Comments(index), where index is the index number, to return a single Comment object. The index number represents the position of the comment in the specified selection, range, or document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Comments Members