Edit

Share via


ExcelDriver.App Property

Definition

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.

Applies to