Aspose::Cells::HtmlSaveOptions::SetFormatDataIgnoreColumnWidth method

HtmlSaveOptions::SetFormatDataIgnoreColumnWidth method

Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false.

void Aspose::Cells::HtmlSaveOptions::SetFormatDataIgnoreColumnWidth(bool value)

See Also