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