TInvFunctionInfo Class | Spread Windows Forms 18
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TInvFunctionInfo Class
Properties Methods


TInvFunctionInfo Class Members

The following tables list the members exposed by TInvFunctionInfo.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the TInvFunctionInfo class.  
Top
Public Properties
 NameDescription
Public PropertyDetermines whether the evaluation of the function is dependent on the context in which the evaluation occurs. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public PropertyOverridden. Gets the maximum number of arguments for the function.  
Public PropertyOverridden. Gets the minimum number of arguments for the function.  
Public PropertyOverridden. Gets the name of the function.  
Top
Public Methods
 NameDescription
Public MethodDetermines whether the function accepts CalcError values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the function accepts CalcMissingArgument values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the function accepts CalcReference values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the function able to return CalcReference values. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodOverloaded. Overridden. Evaluates the function with the given arguments.  
Public MethodDetermines whether the function ignores context cells values when being passed to a specified number of argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the function ignores cells values passed to the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the evaluation of the function is dependent on the context in which the evaluation occurs when being passed to a specified number of argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines whether the evaluation of the function is dependent on the row visible state of cells in refered range when being passed to a specified number of argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodDetermines if the function is volatile. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodReturns the string representation of the function. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Top
See Also