Comment Interface

Represents a comment on a given slide or slide range. The Comment object is a member of the Comments collection object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934D5-5A91-11CF-8700-00AA0060263B")> _
Public Interface Comment
'Usage
Dim instance As Comment
[GuidAttribute("914934D5-5A91-11CF-8700-00AA0060263B")]
public interface Comment

Remarks

Use the following properties to access comment data:

Author

The author's full name.

AuthorIndex

The author's index in the list of comments.

AuthorInitials

The author's initials.

DateTime

The date and time the comment was created.

Text

The text of the comment.

Left, Top

The comment's screen coordinates.

See Also

Reference

Comment Members

Microsoft.Office.Interop.PowerPoint Namespace