XlExportOptionsBase Constructors
Represents the base class for objects which define export options specific to XLS and XLSX formats.Name | Parameters | Description |
---|---|---|
XlExportOptionsBase() | none | Initializes a new instance of the XlExportOptionsBase class with the default settings. |
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean, DefaultBoolean) | textExportMode, showGridLines, exportHyperlinks, fitToPrintedPageWidth, rightToLeftDocument | Initializes a new instance of the XlExportOptionsBase class with the specified settings. |
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean) | textExportMode, showGridLines, exportHyperlinks, fitToPrintedPageWidth | Initializes a new instance of the XlExportOptionsBase class with the specified settings. |
XlExportOptionsBase(TextExportMode, Boolean, Boolean) | textExportMode, showGridLines, exportHyperlinks | Initializes a new instance of the XlExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings. |
XlExportOptionsBase(TextExportMode, Boolean) | textExportMode, showGridLines | Initializes a new instance of the XlExportOptionsBase class with the specified text export mode and grid lines settings. |
XlExportOptionsBase(TextExportMode) | textExportMode | Initializes a new instance of the XlExportOptionsBase class with the specified text export mode. |
See Also