AddThreadedComment
İçindekiler
[
Saklamak
]AddThreadedComment(int, int, string, ThreadedCommentAuthor)
Dizili bir yorum ekler.
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
| Parametre | Tip | Tanım |
|---|---|---|
| row | Int32 | Hücre satırı dizini. |
| column | Int32 | Hücre sütun dizini. |
| text | String | Yorumun metni |
| author | ThreadedCommentAuthor | Bu ileti dizisi yorumunun kullanıcısı. |
Geri dönüş değeri
ThreadedComment nesne indeksi.
Ayrıca bakınız
- class ThreadedCommentAuthor
- class CommentCollection
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
Dizili bir yorum ekler.
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
| Parametre | Tip | Tanım |
|---|---|---|
| cellName | String | Hücrenin adı. |
| text | String | Yorumun metni |
| author | ThreadedCommentAuthor | Bu ileti dizisi yorumunun kullanıcısı. |
Geri dönüş değeri
ThreadedComment nesne indeksi.
Ayrıca bakınız
- class ThreadedCommentAuthor
- class CommentCollection
- ad alanı Aspose.Cells
- toplantı Aspose.Cells