Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelImage Class
ExcelImage Members

 

 


Copyright © GrapeCity, inc. All rights reserved.