Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

Property Value

Type Default Description
String " "

A string replacement for the tab symbol.

See Also