ExcelDriver.ExcelProcess Property

Definition

Gets the Process object that represents the process that is running Excel on the local computer.

public System.Diagnostics.Process ExcelProcess { get; }
member this.ExcelProcess : System.Diagnostics.Process
Public ReadOnly Property ExcelProcess As Process

Property Value

A Process object that represents the process that is running Excel on the local computer.

Applies to