HtmlSaveOptions.ExportRowColumnHeadings

HtmlSaveOptions.ExportRowColumnHeadings property

Indicates whether exports sheet’s row and column headings when saving to HTML files.

public bool ExportRowColumnHeadings { get; set; }

Remarks

The default value is false.

See Also