AddThreadedComment
Contenu
[
Cacher
]AddThreadedComment(int, int, string, ThreadedCommentAuthor)
Ajoute un fil de discussion.
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
| Paramètre | Taper | La description |
|---|---|---|
| row | Int32 | Index de ligne de cellule. |
| column | Int32 | Indice de colonne de cellule. |
| text | String | Le texte du commentaire |
| author | ThreadedCommentAuthor | L’utilisateur de ce commentaire fileté. |
Return_Value
ThreadedComment indice d’objet.
Voir également
- class ThreadedCommentAuthor
- class CommentCollection
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
Ajoute un fil de discussion.
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
| Paramètre | Taper | La description |
|---|---|---|
| cellName | String | Le nom de la cellule. |
| text | String | Le texte du commentaire |
| author | ThreadedCommentAuthor | L’utilisateur de ce commentaire fileté. |
Return_Value
ThreadedComment indice d’objet.
Voir également
- class ThreadedCommentAuthor
- class CommentCollection
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells