CommentCollection Class
Contents
[
Hide
]CommentCollection class
Encapsulates a collection of
type CommentCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| AddThreadedComment_Int_Int_String_ThreadedCommentAuthor | Adds a threaded comment. |
| AddThreadedComment_String_String_ThreadedCommentAuthor | Adds a threaded comment. |
| GetThreadedComments_Int_Int | Gets the threaded comments by row and column index. |
| GetThreadedComments_String | Gets the threaded comments by cell name. |
| Add_Int_Int | Adds a comment to the collection. |
| Add_String | Adds a comment to the collection. |
| Get_Int | Gets the Comment element at the specified index. |
| Get_String | Gets the Comment element at the specified cell. |
| Get_Int_Int | Gets the Comment element at the specified row index and column index. |
| RemoveAt_String | Removes the comment of the specific cell. |
| RemoveAt_Int_Int | Removes the comment of the specific cell. |
| Clear | Removes all comments; |
| GetCount |