Firemonkey TMS Grid Export and Import filters
ContentsIndexHome
PreviousUpNext
FMX.TMSGridExcelExport.THtmlExportMode Enumeration

Defines how the grid will be exported to html.

Pascal
THtmlExportMode = (
  SingleSheet,
  AllSheetsAsTabs,
  AllSheetsAsSingleFile
);

FMX.TMSGridExcelExport

Members 
Description 
SingleSheet 
Only the current sheet in a workbook will be exported.  
AllSheetsAsTabs 
All sheets in the workbook will be exported, with tabs at the top. 
AllSheetsAsSingleFile 
All sheets will be exported, one after the other in the same filesheet.  
Copyright (c) 2002-2013 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!