Spread Silverlight Documentation
ImageType Property (ExcelImage)


GrapeCity.Excel Namespace > ExcelImage Class : ImageType Property
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

Reference

ExcelImage Class
ExcelImage Members