Spread Silverlight Documentation
SetSheetImage Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : SetSheetImage Method
The image.
Add a image to the current worksheet.
Syntax
'Declaration
 
Sub SetSheetImage( _
   ByVal image As IExcelImage _
) 
'Usage
 
Dim instance As IExcelWorksheet
Dim image As IExcelImage
 
instance.SetSheetImage(image)
void SetSheetImage( 
   IExcelImage image
)

Parameters

image
The image.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members