[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IParameter

IParameter Interface

Represents a parameter of LAMBDA function.

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

Properties

Name Description
Name

Gets the declared name of the parameter.

Optional

Gets a boolean value indicates whether the parameter can be omitted.

Value

Creates an IValue object that can be passed as argument of this parameter.