ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / ImageFormat Enumeration

In This Topic
    ImageFormat Enumeration
    In This Topic
    Specifies how images are scaled within spreadsheet cells.
    Syntax
    'Declaration
     
    Public Enum ImageFormat 
       Inherits System.Enum
    public enum ImageFormat : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also