Spread WPF 17
GrapeCity.Excel Namespace / IExcelChartReader Interface / SetExcelImage Method
Index of the sheet.
The excel image.


In This Topic
    SetExcelImage Method
    In This Topic
    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.
    See Also