Spread Silverlight Documentation
CalcFunction Class Members
Properties  Methods 


The following tables list the members exposed by CalcFunction.

Public Properties
 NameDescription
Public PropertyIsBranchGets a value indicating whether this function is branched by arguments as condition.  
Public PropertyIsContextSensitiveDetermines whether the evaluation of the function is dependent on the context in which the evaluation occurs.  
Public PropertyMaxArgsGets the maximum number of arguments for the function.  
Public PropertyMinArgsGets the minimum number of arguments for the function.  
Public PropertyNameGets The name of the function.  
Top
Public Methods
 NameDescription
Public MethodAcceptsArrayDetermines whether the function accepts array values for the specified argument.  
Public MethodAcceptsErrorIndicates whether the function can process CalcError values.  
Public MethodAcceptsMissingArgumentIndicates whether the Evaluate method can process missing arguments.  
Public MethodAcceptsReferenceDetermines whether the function accepts CalcReference values for the specified argument.  
Public MethodEvaluateOverloaded. Returns the result of the function applied to the arguments.  
Public MethodFindBranchArgumentFinds the branch argument.  
Public MethodFindTestArgumentFinds the test argument when this function is branched.  
Public MethodIsVolatileDetermines whether the function is volatile while evaluate.  
Public MethodToStringReturns the string representation of the function.  
Top
See Also

Reference

CalcFunction Class
GrapeCity.CalcEngine.Functions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.