XlExportOptionsBase Properties
Represents the base class for objects which define export options specific to XLS and XLSX formats.
Name | Description |
---|---|
Document |
Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties. |
Encryption |
Provides access to the XLS and XLSX file encryption options. |
Export |
Specifies whether or not hyperlinks should be exported to Excel. |
Fit |
Gets or sets whether the output document should be fit to the page height when printed. |
Fit |
Gets or sets whether the output document should be fit to the page width when printed. |
Ignore |
Specifies the document errors to be ignored in a resulting Excel file. |
Page |
Gets or sets the page range to be exported.
Inherited from Page |
Rasterization |
Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format.
Inherited from Page |
Rasterize |
Specifies whether or not vector images should be rasterized on export to the corresponding document format.
Inherited from Page |
Raw |
Enables the mode that produces simple tabular data without graphic elements, style and appearance settings. |
Right |
Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts. |
Sheet |
Gets or sets a name of the sheet in the created XLS file to which a document is exported. |
Show |
Gets or sets whether worksheet gridlines are visible in the resulting XLS file. |
Text |
Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. |
See Also