AddThreadedComment

AddThreadedComment(int, int, string, ThreadedCommentAuthor)

Aggiunge un commento in thread.

public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
ParametroTipoDescrizione
rowInt32Indice di riga di cella.
columnInt32Indice della colonna della cella.
textStringIl testo del commento
authorThreadedCommentAuthorL’utente di questo commento in thread.

Valore di ritorno

ThreadedComment indice oggetto.

Guarda anche


AddThreadedComment(string, string, ThreadedCommentAuthor)

Aggiunge un commento in thread.

public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
ParametroTipoDescrizione
cellNameStringIl nome della cella.
textStringIl testo del commento
authorThreadedCommentAuthorL’utente di questo commento in thread.

Valore di ritorno

ThreadedComment indice oggetto.

Guarda anche