Share via


_Application.ClusterConnector Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ClusterConnector As String
    Get
    Set
'Usage
Dim instance As _Application
Dim value As String

value = instance.ClusterConnector

instance.ClusterConnector = value
string ClusterConnector { get; set; }

Property Value

Type: System.String
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.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace