ExcelDriver.Workbook Property
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.
Gets the currently open Excel workbook.
public Microsoft.Office.Interop.Excel.Workbook Workbook { get; }
member this.Workbook : Microsoft.Office.Interop.Excel.Workbook
Public ReadOnly Property Workbook As Workbook
Property Value
A Workbook object that represents the currently open Excel workbook.