HtmlNote

Comment.HtmlNote property

Ottiene e imposta la stringa html che contiene i dati e alcuni formati in questo commento.

public string HtmlNote { get; set; }

Osservazioni

Se si tratta di un commento con thread, la nota non può essere modificata, altrimenti MS Excel non potrebbe elaborarla come commento con thread.

Esempi


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

Guarda anche