Writes the values in an Excel sheet.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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