Comment Interface 

Represents a cell comment.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.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.

Use the Comment property to return a Comment object.

Use Comments(index), where index is the comment number, to return a single comment from the Comments collection.

Use the AddComment method to add a comment to a range.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Comment Members