ExcelDriver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ExcelDriver() |
Initializes a new instance of the ExcelDriver class without specifying the workbook or instance of Excel that the ExcelDriver object should use. |
| ExcelDriver(Workbook) |
Initializes a new instance of the ExcelDriver class that uses the specified workbook and attaches to the associated Excel application. |
ExcelDriver()
Initializes a new instance of the ExcelDriver class without specifying the workbook or instance of Excel that the ExcelDriver object should use.
public ExcelDriver();
Public Sub New ()
Applies to
ExcelDriver(Workbook)
Initializes a new instance of the ExcelDriver class that uses the specified workbook and attaches to the associated Excel application.
public ExcelDriver(Microsoft.Office.Interop.Excel.Workbook workbook);
new Microsoft.Hpc.Excel.ExcelDriver : Microsoft.Office.Interop.Excel.Workbook -> Microsoft.Hpc.Excel.ExcelDriver
Parameters
- workbook
- Workbook