Excel for .NET
ImageFormat 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : ImageFormat 列挙体
Specifies how images are scaled within spreadsheet cells.
シンタックス
'宣言
 
Public Enum ImageFormat 
   Inherits System.Enum
public enum ImageFormat : System.Enum 
メンバ
メンバ解説
BmpSpecifies the bitmap image format.
GifSpecifies the GIF image format.
IconSpecifies the Windows icon image format.
JpegSpecifies the JPEG image format.
PngSpecifies the W3C PNG image format.
TiffSpecifies the Tag Image File Format (TIFF) image format.
UnknownUnknown unsupported image format.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.ImageFormat

参照

C1.Excel 名前空間