[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IDelegate

IDelegate Interface

Represents a function delegate which is returned by LAMBDA function.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface IDelegate
Public Interface IDelegate

Properties

Name Description
this[int]

Gets the parameter at the specified position.

ParameterCount

Gets an integer value indicates the total number of parameters that the delegate accepts.