Exports worksheets as images.
The following tables list the members exposed by the ImageExporter type.
Name | Description | |
---|---|---|
Initializes a new instance of the ImageExporter class. |
Name | Description | |
---|---|---|
Exports the specified worksheet as an image. |
||
Overloaded. Exports the specified object as an image. |
||
Gets the range of cells to export, or null, to export the entire sheet. |
||
Gets a value indicating whether to export the grid lines. |
||
Gets a value indicating whether to export drawing objects. |
||
Gets the range of cells that was actually exported by the most recent call to export. |
||
Gets the format of the created image. |
||
Gets the maximum size of the created image. If the size is too big an exception could be thrown. |
||
Sets the range of cells to export, or null, to export the entire sheet. |
||
Sets a value indicating whether to export the grid lines. |
||
Sets a value indicating whether to export drawing objects. |
||
Sets the format of the created image. |
||
Sets the maximum size of the created image. If the size is too big an exception could be thrown. |