Version

UltraCalcFunctionDescriptor Class Members

The following tables list the members exposed by UltraCalcFunctionDescriptor.

Public Constructors
 NameDescription
Public ConstructorUltraCalcFunctionDescriptor ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodMatchReturns an UlraCalcFunction instance if the function matches the given name and argument count.  
See Also