DictionaryToExcel Method
Writes the values 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 Dictionary
Dim target As Object
Dim clearFirst As Boolean

instance.ToExcel(target, clearFirst)

Parameters

target (Optional)
Type: SystemObject
Excel address, worksheet, range or null to create a new sheet.
clearFirst (Optional)
Type: SystemBoolean
Optional - If true, clears the cells first
See Also