WorksheetThumbnailOptions Properties
Contains options used to generate a thumbnail from a worksheet.| Name | Description |
|---|---|
| BackgroundColor | Specifies the background color for the output image. Inherited from SheetThumbnailOptions. |
| ColumnOffset | Specifies the index of the column from which to start thumbnail generation. |
| Resolution | Specifies the image resolution (in DPI). Inherited from SheetThumbnailOptions. |
| RowOffset | Specifies the index of the row from which to start thumbnail generation. |
| Scale | Specifies how to scale content of a worksheet or chart sheet before it is saved as an image. Inherited from SheetThumbnailOptions. |
| Stretch | Specifies whether a worksheet area or chart sheet is stretched to fit the output image size. Inherited from SheetThumbnailOptions. |
See Also