Edit

Share via


ExcelClient.Run(Boolean) Method

Definition

Starts the calculation for the Excel workbook using the partition, calculate, and merge model that Microsoft HPC Pack 2016 Services for Excel uses to run calculations. The calculation runs on the HPC cluster with the head node that you specified when you called the OpenSession method, unless you specify that the calculation should run on the local computer.

public void Run (bool executeLocally);
member this.Run : bool -> unit
Public Sub Run (executeLocally As Boolean)

Parameters

executeLocally
Boolean

Applies to