_Application.ClusterConnector Property

Definition

Gets or sets the name of the High Performance Computing (HPC) Cluster Connector that is used to run user-defined functions in XLL add-ins.

public:
 property System::String ^ ClusterConnector { System::String ^ get(); void set(System::String ^ value); };
public string ClusterConnector { get; set; }
Public Property ClusterConnector As String

Property Value

The name of the High Performance Computing (HPC) Cluster Connector that is used to run user-defined functions in XLL add-ins.

Remarks

Read/write.

The setting of the ClusterConnector property corresponds to the Cluster type drop-down box under Formulas in the Advanced category of the Excel Options dialog box.

Note: To specify the ClusterConnector property you must install a High Performance Computing (HPC) Cluster Connector. A Cluster Connector enables you to run cluster-safe XLL functions remotely on an HPC cluster for increased performance.

Before you can specify the ClusterConnector property, you must use the UseClusterConnector property to allow Microsoft Excel 2010 to run user-defined functions in XLL add-ins.

Applies to