ImageToExcel Method
Insert the image in an Excel sheet.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Image
Dim target As Object
Dim autoDispose As Boolean
Dim returnValue As IRange

returnValue = instance.ToExcel(target, 
	autoDispose)

Parameters

target (Optional)
Type: SystemObject
Excel address, worksheet, range or null to create a new sheet.
autoDispose (Optional)
Type: SystemBoolean
Release the image resources once done

Return Value

Type: IRange
Range
See Also