Name | Description | |
---|---|---|
RowFunctionInfo Constructor |
The following tables list the members exposed by RowFunctionInfo.
Name | Description | |
---|---|---|
RowFunctionInfo Constructor |
Name | Description | |
---|---|---|
IsContextSensitive | Overridden. Determines whether the function accepts a context. | |
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. Determines whether the function accepts CalcReference values for the specified argument. | |
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 | Overridden. Determines whether the function ignores context cells values when being passed to a specified number of argument. | |
IgnoresValues | Overridden. Determines whether the function uses or ignores the values for the specified argument. | |
IsContextSensitiveWhenHasArguments | Overridden. 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.. | |
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) |