[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IComment

IComment Interface

Represents a cell comment.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IComment
Public Interface IComment

Properties

Name Description
Author

Gets the author of the comment.

Next

Gets an IComment object that represents the next comment.

Previous

Gets an IComment object that represents the previous comment.

RichText

Gets text and style attributes of the comment.

Shape

Gets an IShape object that represents the shape attached to the specified comment.

Visible

Gets or sets a boolean value that determines whether the object is visible.

Methods

Name Description
Delete()

Deletes the comment.

Text(RichText)

Sets comment text.

Text(string, int, bool?)

Gets or sets comment text.