AddThreadedComment

AddThreadedComment(int, int, string, ThreadedCommentAuthor)

Ajoute un fil de discussion.

public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
ParamètreTaperLa description
rowInt32Index de ligne de cellule.
columnInt32Indice de colonne de cellule.
textStringLe texte du commentaire
authorThreadedCommentAuthorL’utilisateur de ce commentaire fileté.

Return_Value

ThreadedComment indice d’objet.

Voir également


AddThreadedComment(string, string, ThreadedCommentAuthor)

Ajoute un fil de discussion.

public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
ParamètreTaperLa description
cellNameStringLe nom de la cellule.
textStringLe texte du commentaire
authorThreadedCommentAuthorL’utilisateur de ce commentaire fileté.

Return_Value

ThreadedComment indice d’objet.

Voir également