Name | Description | |
---|---|---|
![]() | DesignerFunction Constructor |
The following tables list the members exposed by DesignerFunction.
Name | Description | |
---|---|---|
![]() | DesignerFunction Constructor |
Name | Description | |
---|---|---|
![]() | Description | Additional description of the function for the formula assistant. |
![]() | FunctionName | The name of the designer function. |
![]() | GroupName | The group in the formula assistant in which the function is displayed. |
![]() | IsConstantForConstantData | |
![]() | MaximumParameters | The maximum number of parameters. Here as well, values between 0 and 4 are valid. The value should be equal to or greater than the minimum number. A larger number results in optional parameters. |
![]() | MinimalParameters | The minimum number of parameters. Values between 0 and 4 are valid. |
![]() | Parameter1 | Each of the up to four parameters can be configured individually. |
![]() | Parameter2 | Each of the up to four parameters can be configured individually. |
![]() | Parameter3 | Each of the up to four parameters can be configured individually. |
![]() | Parameter4 | Each of the up to four parameters can be configured individually. |
![]() | ResultType | The data type of the result. |
![]() | Visible | Indicates whether or not the function is displayed in the assistant. |
Name | Description | |
---|---|---|
![]() | CleanUp | |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CheckFunctionSyntax | In this event the data type of parameters and e.g. the parameter ranges should be checked for validity. |
![]() | EvaluateFunction | The event EvaluateFunction has to be handled in order to activate the function. You can gain access to the parameters indicated by the user through event arguments. |
![]() | ParameterAutoComplete | Via ParameterAutoComplete, it is possible to give different recommended values to the AutoComplete feature of the formula assistant. |