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

HtmlDocumentExporterOptions.TabMarker Property

Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue("\t")]
public string TabMarker { get; set; }

Property Value

Type Default Description
String " "

A string replacement for the tab symbol.

See Also