CommentCollection Class

CommentCollection class

Encapsulates a collection of objects.


type CommentCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddThreadedComment_Int_Int_String_ThreadedCommentAuthorAdds a threaded comment.
AddThreadedComment_String_String_ThreadedCommentAuthorAdds a threaded comment.
GetThreadedComments_Int_IntGets the threaded comments by row and column index.
GetThreadedComments_StringGets the threaded comments by cell name.
Add_Int_IntAdds a comment to the collection.
Add_StringAdds a comment to the collection.
Get_IntGets the element at the specified index.
Get_StringGets the element at the specified cell.
Get_Int_IntGets the element at the specified row index and column index.
RemoveAt_StringRemoves the comment of the specific cell.
RemoveAt_Int_IntRemoves the comment of the specific cell.
ClearRemoves all comments;
GetCount