[]
Specifies how images are scaled within spreadsheet cells.
public enum ImageFormat : byte
| Name | Description |
|---|---|
| Bmp | Specifies the bitmap image format. |
| Gif | Specifies the GIF image format. |
| Icon | Specifies the Windows icon image format. |
| Jpeg | Specifies the JPEG image format. |
| Png | Specifies the W3C PNG image format. |
| Tiff | Specifies the Tag Image File Format (TIFF) image format. |
| Unknown | Unknown unsupported image format. |