XlsExportOptionsEx Constructors
Contains options that define how a document is exported to XLS format in the data-aware export mode.| Name | Parameters | Description |
|---|---|---|
| XlsExportOptionsEx() | none | Initializes a new instance of the XlsExportOptionsEx class with the default settings. |
| XlsExportOptionsEx(TextExportMode) | textExportMode | Initializes a new instance of the XlsExportOptionsEx class with the specified text export mode. |
See Also