GrapeCity.Xaml.Excel
SetExcelImage Method


Index of the sheet.
The excel image.
Set an excel image object to the sheet.
Syntax
'Declaration
 
Sub SetExcelImage( _
   ByVal sheetIndex As Integer, _
   ByVal excelImage As IExcelImage _
) 
'Usage
 
Dim instance As IExcelChartReader
Dim sheetIndex As Integer
Dim excelImage As IExcelImage
 
instance.SetExcelImage(sheetIndex, excelImage)
void SetExcelImage( 
   int sheetIndex,
   IExcelImage excelImage
)

Parameters

sheetIndex
Index of the sheet.
excelImage
The excel image.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelChartReader Interface
IExcelChartReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options