Spread Silverlight Documentation
ExcelImage Constructor


GrapeCity.Excel Namespace > ExcelImage Class : ExcelImage Constructor
The name.
Type of the image.
The source array.
Initializes a new instance of the ExcelImage class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal imageType As ImageType, _
   ByVal sourceArray() As System.Byte _
)
'Usage
 
Dim name As System.String
Dim imageType As ImageType
Dim sourceArray() As System.Byte
 
Dim instance As New ExcelImage(name, imageType, sourceArray)
public ExcelImage( 
   System.string name,
   ImageType imageType,
   System.byte[] sourceArray
)

Parameters

name
The name.
imageType
Type of the image.
sourceArray
The source array.
See Also

Reference

ExcelImage Class
ExcelImage Members