THtmlExportMode Enumeration
Defines how the grid will be exported to html.
Syntax
Unit: UAdvGridExcelExport
Members
Name | Value | Description |
---|---|---|
SingleSheet | 0 | Only the current sheet in a workbook will be exported. |
AllSheetsAsTabs | 1 | All sheets in the workbook will be exported, with tabs at the top. |
AllSheetsAsSingleFile | 2 | All sheets will be exported, one after the other in the same filesheet. |