AddThreadedComment

AddThreadedComment(int, int, string, ThreadedCommentAuthor)

Agrega un comentario encadenado.

public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
ParámetroEscribeDescripción
rowInt32Índice de fila de celdas.
columnInt32Índice de columna de celda.
textStringEl texto del comentario.
authorThreadedCommentAuthorEl usuario de este comentario encadenado.

Valor_devuelto

ThreadedComment índice de objetos

Ver también


AddThreadedComment(string, string, ThreadedCommentAuthor)

Agrega un comentario encadenado.

public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
ParámetroEscribeDescripción
cellNameStringEl nombre de la celda.
textStringEl texto del comentario.
authorThreadedCommentAuthorEl usuario de este comentario encadenado.

Valor_devuelto

ThreadedComment índice de objetos

Ver también