Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / SetSheetImage Method
The image.


In This Topic
    SetSheetImage Method (ExcelWorksheet)
    In This Topic
    Add a image to the current worksheet.
    Syntax
    'Declaration
     
    Public Sub SetSheetImage( _
       ByVal image As IExcelImage _
    ) 
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim image As IExcelImage
     
    instance.SetSheetImage(image)
    public void SetSheetImage( 
       IExcelImage image
    )

    Parameters

    image
    The image.
    Exceptions
    ExceptionDescription
    image
    The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
    See Also