XLL+ Class Library (7.0)

Function.IsClusterSafe

Specifies that the function is cluster safe. (Excel 2010 and above only)

Remarks

If this flag is set to true, it specifies that the function is cluster safe and can be off-loaded to a high-performance computing cluster through a dedicated cluster connector. The function is constrained: no OPER arguments are permitted, and call-backs to the SDK are not permitted, unless specifically supported by the cluster connector. (Excel 2010 and above only.)

The default value for the property is false.

See Also

Function Model | Function Properties