GridHtmlSaveOptions.ExportHeadings

GridHtmlSaveOptions.ExportHeadings property

Indicates whether exporting headings when saving file to html.The default value is false. If you want to import the html file to excel, please keep the default value.

public bool ExportHeadings { get; set; }

See Also