HtmlSaveOptions.ExportExtraHeadings

HtmlSaveOptions.ExportExtraHeadings property

Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value.

public bool ExportExtraHeadings { get; set; }

See Also