ExcelDriver Constructors

Definition

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

Applies to