Edit

Share via


ExcelClient.Initialize Method

Definition

Overloads

Initialize(Workbook)

Initializes the Excel SOA client by creating a new instance of the ExcelDriver class to interact with the Excel workbook that is represented by the specified Workbook object.

Initialize(String)

Initializes the Excel SOA client by creating a new instance of the ExcelDriver class to interact with the Excel workbook located at the specified path.

Initialize(Workbook)

Initializes the Excel SOA client by creating a new instance of the ExcelDriver class to interact with the Excel workbook that is represented by the specified Workbook object.

public void Initialize (Microsoft.Office.Interop.Excel.Workbook excelWorkbook);
member this.Initialize : Microsoft.Office.Interop.Excel.Workbook -> unit
Public Sub Initialize (excelWorkbook As Workbook)

Parameters

excelWorkbook
Workbook

Applies to

Initialize(String)

Initializes the Excel SOA client by creating a new instance of the ExcelDriver class to interact with the Excel workbook located at the specified path.

public void Initialize (string localWorkbookPath);
member this.Initialize : string -> unit
Public Sub Initialize (localWorkbookPath As String)

Parameters

localWorkbookPath
String

Applies to