Search
ImageExporter Methods
 


 Public Methods

  Name Description

export

Exports the specified worksheet as an image.

exportObject

Overloaded. Exports the specified object as an image.

getCellRange

Gets the range of cells to export, or null, to export the entire sheet.

getEnableGridLines

Gets a value indicating whether to export the grid lines.

getEnableObjects

Gets a value indicating whether to export drawing objects.

getExportedRange

Gets the range of cells that was actually exported by the most recent call to export.

getImageFormat

Gets the format of the created image.

getMaxImageSize

Gets the maximum size of the created image. If the size is too big an exception could be thrown.

setCellRange

Sets the range of cells to export, or null, to export the entire sheet.

setEnableGridLines

Sets a value indicating whether to export the grid lines.

setEnableObjects

Sets a value indicating whether to export drawing objects.

setImageFormat

Sets the format of the created image.

setMaxImageSize

Sets the maximum size of the created image. If the size is too big an exception could be thrown.

 See Also