Version

UltraCalcFunctionDescriptor Class Properties

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

Public Properties
 NameDescription
Public PropertyArgDescriptorsReturns a list of function argument descriptors.  
Public PropertyArgListReturns a list of function argument names.  
Public PropertyCategoryReturns the function UCFunctionCategory category code.  
Public PropertyDescriptionReturns a summary function description.  
Public PropertyIsAlwaysDirtyReturns whether this function is an always dirty function.  
Public PropertyIsUserDefinedReturns whether this function is a user defined function.  
Public PropertyMaxArgsReturns the funtion's maxiumn number of arguments.  
Public PropertyMinArgsReturns the funtion's minimum number of arguments.  
Public PropertyNameReturns the function name used to reference the funtion in a formula.  
Public PropertyTypeReturns the system type for the function.  
See Also