Excel.PictureFormat enum
The format of the image.
Remarks
[Api set: ExcelApi 1.9]
Fields
| bmp = "BMP" | Bitmap image.
|
| gif = "GIF" | Graphics Interchange Format.
|
| jpeg = "JPEG" | Joint Photographic Experts Group.
|
| png = "PNG" | Portable Network Graphics.
|
| svg = "SVG" | Scalable Vector Graphic.
|
| unknown = "UNKNOWN" |
|