Back to Devexpress

HtmlCellContentExportOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-5bf4e56d.md

latest1.4 KB
Original Source

HtmlCellContentExportOptions Class

Contains options for cell content export to HTML.

Namespace : DevExpress.XtraSpreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class HtmlCellContentExportOptions
vb
Public Class HtmlCellContentExportOptions

Remarks

Use the GetHtmlContent(HtmlCellContentExportOptions) method to export cell content to HTML with the specified export options and obtain the result as a string.

Inheritance

Object HtmlCellContentExportOptions

See Also

HtmlCellContentExportOptions Members

Export Cell Content from Spreadsheet Documents

DevExpress.XtraSpreadsheet.Export Namespace