Spread Silverlight Documentation
CalcFunction Class Members
Properties  Methods 


GrapeCity.CalcEngine.Functions Namespace : CalcFunction Class

The following tables list the members exposed by CalcFunction.

Public Properties
 NameDescription
Public Property Gets a value indicating whether this function is branched by arguments as condition.  
Public Property Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.  
Public Property Gets the maximum number of arguments for the function.  
Public Property Gets the minimum number of arguments for the function.  
Public Property Gets The name of the function.  
Top
Public Methods
 NameDescription
Public Method Determines whether the function accepts array values for the specified argument.  
Public Method Indicates whether the function can process CalcError values.  
Public Method Indicates whether the Evaluate method can process missing arguments.  
Public Method Determines whether the function accepts CalcReference values for the specified argument.  
Public Methodstatic (Shared in Visual Basic)  
Public MethodOverloaded.  Returns the result of the function applied to the arguments.  
Public Method Finds the branch argument.  
Public Method Finds the test argument when this function is branched.  
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic)  
Public Method Determines whether the function is volatile while evaluate.  
Public Methodstatic (Shared in Visual Basic)  
Public Method Returns the string representation of the function.  
Top
See Also

Reference

CalcFunction Class
GrapeCity.CalcEngine.Functions Namespace