Insert the image in an Excel sheet.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As Image
Dim target As Object
Dim autoDispose As Boolean
Dim returnValue As IRange
returnValue = instance.ToExcel(target,
autoDispose)
パラメータ
- target(省略可)
- 型: SystemObject
Excel のアドレス、ワークシート、範囲、または null で新しいシートを作成します。 - autoDispose(省略可)
- 型: SystemBoolean
Release the image resources once done
戻り値
型:
IRange対象の範囲(Range)
参照