XlsExportOptions Constructors
Contains options which define how a document is exported to XLS format.Name | Parameters | Description |
---|---|---|
XlsExportOptions() | none | Initializes a new instance of the XlsExportOptions class with the default settings. |
XlsExportOptions(TextExportMode, Boolean, Boolean, Boolean, Boolean, WorkbookColorPaletteCompliance) | textExportMode, showGridLines, exportHyperlinks, suppress256ColumnsWarning, suppress65536RowsWarning, workbookColorPaletteCompliance | Initializes a new instance of the XlsExportOptions class with the specified settings. |
XlsExportOptions(TextExportMode, Boolean, Boolean, Boolean) | textExportMode, showGridLines, exportHyperlinks, fitToPrintedPageWidth | Initializes a new instance of the XlsExportOptions class with the specified settings. |
XlsExportOptions(TextExportMode, Boolean, Boolean) | textExportMode, showGridLines, exportHyperlinks | Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings. |
XlsExportOptions(TextExportMode, Boolean) | textExportMode, showGridLines | Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings. |
XlsExportOptions(TextExportMode) | textExportMode | Initializes a new instance of the XlsExportOptions class with the specified text export mode. |
See Also