XlsxExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Xlsx |
Initializes a new instance of the Xlsx |
Xlsx |
Initializes a new instance of the Xlsx |
Xlsx |
Initializes a new instance of the Xlsx |
Xlsx |
Initializes a new instance of the Xlsx |
Xlsx |
Initializes a new instance of the Xlsx |
#Properties
Name | Description |
---|---|
Document |
Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.
Inherited from Xl |
Encryption |
Provides access to the XLS and XLSX file encryption options.
Inherited from Xl |
Export |
Specifies whether or not hyperlinks should be exported to Excel.
Inherited from Xl |
Export |
Specifies whether the source is exported as a single XLSX file or multiple files, and whether each page is exported as a separate worksheet. |
Fit |
Gets or sets whether the output document should be fit to the page height when printed.
Inherited from Xl |
Fit |
Gets or sets whether the output document should be fit to the page width when printed.
Inherited from Xl |
Ignore |
Specifies the document errors to be ignored in a resulting Excel file.
Inherited from Xl |
Page |
Gets or sets the range of pages to be exported. |
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.
Inherited from Xl |
Right |
Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.
Inherited from Xl |
Sheet |
Gets or sets a name of the sheet in the created XLS file to which a document is exported.
Inherited from Xl |
Show |
Gets or sets whether worksheet gridlines are visible in the resulting XLS file.
Inherited from Xl |
Text |
Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document.
Inherited from Xl |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Xlsx |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also