ExcelClient.Initialize Method
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
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