[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IComment

IComment Interface

Represents a cell comment.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IComment
Public Interface IComment

Properties

Name Description
AnchorCell

Gets the anchor cell of the comment.

Author

Gets the author of the comment.

Shape

Returns the IShape object that represents the shape attached to the specified comment.

Text

Gets or sets the comment text.

Visible

Determines whether the object is visible.

Methods

Name Description
Delete()

Deletes the object.

FromJson(string)

Generates the comment from the JSON string.

Next()

Returns the IComment object that represents the next comment.

Previous()

Returns the IComment object that represents the previous comment.

ToJson()

Generates a JSON string from the comment.