XlsCommentsCollection module

class XlsCommentsCollection.XlsCommentsCollection(ptr)

Bases: CollectionBase[XlsComment], IComments

AddComment
<summary>

Adds comment to the specified range.

</summary> <param name=”iRow”>Row of the cell to add comment to.</param> <param name=”iColumn”>Column of the cell to add comment to.</param> <returns>Newly created comment shape.</returns>

get_Item