Assembly: Tab;
The ITabSheetExporter interface contains properties and methods for exporting a table.
ITabSheetExporter
Property name | Brief description | |
AutoHeight | The AutoHeight property determines whether row autofit is used for export to HTML (*.html) and RTF (*.rtf). | |
BreakIntoLayouts | The BreakIntoLayouts property determines whether a sheet must be divided into print pages on export to RTF format (*.rtf). | |
EmfType | The EmfType property determines a type of the metafile created on export. | |
ExportCellImages | The ExportCellImages property determines whether the images contained in the table cells are to be exported. | |
ExportFootnotes | The ExportFootnotes property determines whether table footnotes are exported. | |
ExportFormulas | The ExportFormulas property determines whether table formulas should be exported. | |
ExportHiddenCells | The ExportHiddenCells property determines whether hidden rows and columns should be exported when exporting a report to XLS (*.xls) and ODS (*.ods) files. | |
ExportObjectAsBitmap | The ExportObjectAsBitmap property determines whether objects in raster format should be exported during exporting to PDF (*.pdf) and XLS (*xls) formats. | |
ExportObjects | The ExportObjects property determines whether table objects should be exported. | |
ExportPalette | The ExportPalette property determines whether the palette should be exported to XLS file (*.xls). | |
Label | The Label property determines table labeling parameters. | |
SheetAccess | The SheetAccess property determines whether sheet and cell protection must be exported to XLS (*.xls) format. | |
TabSheet | The TabSheet property determines the table to be exported. |
Property name | Brief description | |
CSSClassName | The CSSClassName property sets prefix for elements of HTML styles table. | |
Encoding | The Encoding property specifies a code page for a conversion table, based on which data will be exported. | |
ExportFromWeb | The ExportFromWeb property determines what action is executed in the web application: an export or opening in the preview mode. |
Method name | Brief description | |
ExportToFile | The ExportToFile method exports data to a file the specified format. |
See also: