ExcelDriver.App 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 or sets a reference to the Application object that the ExcelDriver class uses for component object model (COM) interoperability with the running instance of Excel.
public Microsoft.Office.Interop.Excel.Application App { get; }
member this.App : Microsoft.Office.Interop.Excel.Application
Public ReadOnly Property App As Application
Property Value
The Application that the ExcelDriver class uses for component object model (COM) interoperability with the running instance of Excel.