Name | Description | |
---|---|---|
SkewFunctionInfo Constructor |
The following tables list the members exposed by SkewFunctionInfo.
Name | Description | |
---|---|---|
SkewFunctionInfo Constructor |
Name | Description | |
---|---|---|
IsContextSensitive | Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
MaxArgs | Overridden. Gets the maximum number of arguments for the function. | |
MinArgs | Overridden. Gets the minimum number of arguments for the function. | |
Name | Overridden. Gets the name of the function. |
Name | Description | |
---|---|---|
AcceptsError | Determines whether the function accepts CalcError values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
AcceptsMissingArgument | Determines whether the function accepts CalcMissingArgument values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
AcceptsReference | Overridden. Indicates whether the Evaluate method can process references. | |
AcceptsReferenceReturn | Determines whether the function able to return CalcReference values. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
Evaluate | Overloaded. Overridden. Evaluates the function with the given arguments. | |
IgnoresContextValue | Determines whether the function ignores context cells values when being passed to a specified number of argument. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
IgnoresValues | Determines whether the function ignores cells values passed to the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
IsContextSensitiveWhenHasArguments | Determines 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) | |
IsRowVisibleSensitive | Determines 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) | |
IsVolatile | Determines if the function is volatile. (Inherited from FarPoint.CalcEngine.FunctionInfo) | |
ToString | Returns the string representation of the function. (Inherited from FarPoint.CalcEngine.FunctionInfo) |