html_string property

html_string property

Gets and sets the html string which contains data and some formats in this cell.

Definition:

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

See Also