Application.ClusterConnector Property (Excel)

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

Version Information

추가된 버전: Excel 2010

Syntax

.ClusterConnector

A variable that represents an Application object.

Return Value

String

Remarks

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.

참고

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 Excel to run user-defined functions in XLL add-ins.

참고 항목

개념

Application Object Members

Application Object