Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / ImageType Property


In This Topic
    ImageType Property (ExcelImage)
    In This Topic
    Gets or sets the type of the image.
    Syntax
    'Declaration
     
    Public Property ImageType As ImageType
    'Usage
     
    Dim instance As ExcelImage
    Dim value As ImageType
     
    instance.ImageType = value
     
    value = instance.ImageType
    public ImageType ImageType {get; set;}

    Property Value

    The type of the image.
    See Also