Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.ExportGridlines Property

Gets or sets whether to include cell gridlines in HTML export output.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[DefaultValue(false)]
public virtual bool ExportGridlines { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to export gridlines in HTML; otherwise, false.

See Also