Insert the image in an Excel sheet.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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:
IRangeRange
See Also