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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | " " | A string replacement for the tab symbol. |
See Also