Comment Interface 

Represents a single comment.

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

Usage

Public Class ommentImplementation
    Implements Comment
End Class
Dim ommentImplementation1 As New ommentImplementation()

Syntax

Public Interface Comment
public interface Comment
public interface class Comment
public interface Comment
public interface Comment

Remarks

The Comment object is a member of the Comments collection. The Comments collection includes comments in a selection, range or document.

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.

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

Use the Reference property to return the reference mark associated with the specified comment. Use the Range property to return the text associated with the specified comment.

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

Comment Members