html_note proprietà

html_note proprietà

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

Osservazioni

Se si tratta di un commento in thread, la nota non potrà essere modificata, altrimenti MS Excel non potrebbe elaborarla come commento in thread.

Esempio


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

Definizione:

@property
def html_note(self):
    ...
@html_note.setter
def html_note(self, value):
    ...

Guarda anche