Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface
Properties Methods

In This Topic
    IIntelliSenseFunction Interface Members
    In This Topic

    The following tables list the members exposed by IIntelliSenseFunction.

    Public Properties
     NameDescription
     PropertyGets the total number of function overloads.  
    Top
    Public Methods
     NameDescription
     MethodGets the total number of parameters that display in the intelli-sense tooltip.  
     MethodGets the description of function's argument which is displayed from Function Arguments dialog.  
     MethodGets name of the parameter in the specified language package.  
     MethodGets an array of option values for the specified parameter.  
     MethodGets the parameter name of the specified function.  
     MethodGets description of the function in the specified language package.  
     MethodGets the function description which is displayed from Function Arguments dialog.  
     MethodGets the lower index and upper index of the argument group that contains the specified argument.  
    Top
    See Also