HtmlSaveOptions.FormatDataIgnoreColumnWidth

HtmlSaveOptions.FormatDataIgnoreColumnWidth property

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.

public bool FormatDataIgnoreColumnWidth { get; set; }

See Also