Aspose::Cells::Cell::GetHtmlString method

Cell::GetHtmlString() method

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

U16String Aspose::Cells::Cell::GetHtmlString()

See Also

Cell::GetHtmlString(bool) method

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

U16String Aspose::Cells::Cell::GetHtmlString(bool html5)
ParameterTypeDescription
html5boolIndicates whether the value is compatible for html5

ReturnValue

See Also