GrapeCity.Xaml.Excel
SetSheetImage Method (IExcelWorksheet)


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options