CommentsCollection module

class CommentsCollection.CommentsCollection(ptr)

Bases: XlsCommentsCollection

AddComment
<summary>

Adds comment to the specified range.

</summary> <param name=”range”>Range that adds comment.</param> <returns>Created comment object..</returns>

Remove(comment: ExcelComment)
<summary>

Removes comment object from the collection.

</summary> <param name=”comment”>Comment to remove.</param>

get_Item
<summary>

Gets a comment object.

</summary>