Back to Devexpress

SpreadsheetControl.ExportToHtml Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-exporttohtml.md

latest2.1 KB
Original Source

SpreadsheetControl.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, CellRange)stream, rangeExports the specified range to the specified stream in HTML format.
ExportToHtml(Stream, Worksheet)stream, sheetExports the specified worksheet to the specified stream in HTML format.
ExportToHtml(Stream, HtmlDocumentExporterOptions)stream, optionsExports the document’s data to the specified stream in HTML format using the specified options.
ExportToHtml(Stream, Int32)stream, sheetIndexExports the specified worksheet to the specified stream in HTML format.
ExportToHtml(String, CellRange)fileName, rangeExports the specified range to the specified file in HTML format.
ExportToHtml(String, Worksheet)fileName, sheetExports the specified worksheet to the specified file in HTML format.
ExportToHtml(String, HtmlDocumentExporterOptions)fileName, optionsExports the document’s data to the specified file in HTML format using the specified options.
ExportToHtml(String, Int32)fileName, sheetIndexExports the specified worksheet to the specified file in HTML format.