AddThreadedComment
Contenuti
[
Nascondere
]AddThreadedComment(int, int, string, ThreadedCommentAuthor)
Aggiunge un commento in thread.
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
Parametro | Tipo | Descrizione |
---|---|---|
row | Int32 | Indice di riga di cella. |
column | Int32 | Indice della colonna della cella. |
text | String | Il testo del commento |
author | ThreadedCommentAuthor | L’utente di questo commento in thread. |
Valore di ritorno
ThreadedComment
indice oggetto.
Guarda anche
- class ThreadedCommentAuthor
- class CommentCollection
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
Aggiunge un commento in thread.
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
Parametro | Tipo | Descrizione |
---|---|---|
cellName | String | Il nome della cella. |
text | String | Il testo del commento |
author | ThreadedCommentAuthor | L’utente di questo commento in thread. |
Valore di ritorno
ThreadedComment
indice oggetto.
Guarda anche
- class ThreadedCommentAuthor
- class CommentCollection
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells