Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / OffsetFunctionInfo Class


In This Topic
OffsetFunctionInfo Class Methods
In This Topic

For a list of all members of this type, see OffsetFunctionInfo members.

Public Methods
 NameDescription
Public MethodDetermines whether the function accepts CalcError values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Public MethodOverridden. Indicates whether the Evaluate method can process missing arguments.  
Public MethodOverridden. Indicates whether the Evaluate method can process references.  
Public MethodOverridden. Indicates whether the Evaluate method can return references.  
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 MethodOverridden. Determines if the function is volatile.  
Public MethodReturns the string representation of the function. (Inherited from FarPoint.CalcEngine.FunctionInfo)
Top
See Also