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 |
Get_String | Gets the |
Get_Int_Int | Gets the |
RemoveAt_String | Removes the comment of the specific cell. |
RemoveAt_Int_Int | Removes the comment of the specific cell. |
Clear | Removes all comments; |
GetCount |