HtmlNote

Comment.HtmlNote property

Obtient et définit la chaîne html qui contient des données et certains formats dans ce commentaire.

public string HtmlNote { get; set; }

Remarques

S’il s’agit d’un commentaire fileté, la note ne peut pas être modifiée, sinon MS Excel ne pourrait pas la traiter comme un commentaire fileté.

Exemples


[C#]
comment1.HtmlNote = "<Font Style="FONT-FAMILY: Calibri;FONT-SIZE: 11pt;COLOR: #0000ff;TEXT-ALIGN: left;">This is a <b>test</b>.</Font>";

Voir également