ExcelDriver.ExcelProcess 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 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.