RangeImageOptions Properties
Contains options used to export a cell range to an image.| Name | Description |
|---|---|
| BackgroundColor | Specifies the background color for the output image. |
| BlackAndWhite | Specifies whether to save a cell range as a black and white image. |
| ExportDrawingObjects | Specifies whether to include drawing objects (charts, shapes, and pictures) in the output image. |
| ExportGridlines | Specifies whether to include cell gridlines in the output image. |
| ExportHeadings | Specifies whether to include row and column headings in the output image. |
| GridlineColor | Specifies the color of cell gridlines if they are included in the output image. |
| Resolution | Specifies the image resolution (in DPI). |
| Scale | Specifies how to scale worksheet content before it is exported to an image. |
See Also