AddThreadedComment
Contenido
[
Ocultar
]AddThreadedComment(int, int, string, ThreadedCommentAuthor)
Agrega un comentario encadenado.
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
Parámetro | Escribe | Descripción |
---|---|---|
row | Int32 | Índice de fila de celdas. |
column | Int32 | Índice de columna de celda. |
text | String | El texto del comentario. |
author | ThreadedCommentAuthor | El usuario de este comentario encadenado. |
Valor_devuelto
ThreadedComment
índice de objetos
Ver también
- class ThreadedCommentAuthor
- class CommentCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
Agrega un comentario encadenado.
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
Parámetro | Escribe | Descripción |
---|---|---|
cellName | String | El nombre de la celda. |
text | String | El texto del comentario. |
author | ThreadedCommentAuthor | El usuario de este comentario encadenado. |
Valor_devuelto
ThreadedComment
índice de objetos
Ver también
- class ThreadedCommentAuthor
- class CommentCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells