Name | Description | |
---|---|---|
![]() | SumXMY2FunctionInfo Constructor | Initializes a new instance of the SumXMY2FunctionInfo class. |
The following tables list the members exposed by SumXMY2FunctionInfo.
Name | Description | |
---|---|---|
![]() | SumXMY2FunctionInfo Constructor | Initializes a new instance of the SumXMY2FunctionInfo class. |
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 | Determines whether the function accepts CalcReference values for the specified argument. (Inherited from FarPoint.CalcEngine.FunctionInfo) |
![]() | 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) |