XLL+ Class Library (7.0)

CXllFn Methods

The methods of the CXllFn class are listed here.

State

public method IsRegistered Returns whether the function has been successfully registered
public method RegID Returns the registration ID for the function.

Properties

public method GetArgumentCount Returns the number of arguments.
public method GetArgumentHelpText Returns the help text for the one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentHelpTextA Returns the help text for the one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentHelpTexts Returns the help text for all of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentHelpTextW Returns the help text for the one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentName Returns the name of one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentNameA Returns the name of one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentNames Returns the names of all of the function's arguments as they will appear in the Excel Formula Wizard.
public method GetArgumentNameW Returns the name of one of the function's arguments as it will appear in the Excel Formula Wizard.
public method GetArgumentTemplate Returns the function's argument template.
public method GetArgumentTemplateA Returns the function's argument template.
public method GetArgumentTemplateW Returns the function's argument template.
public method GetCategory Returns the category under which the function will appear in the Excel Formula Wizard.
public method GetCategoryA Returns the category under which the function will appear in the Excel Formula Wizard.
public method GetCategoryW Returns the category under which the function will appear in the Excel Formula Wizard.
public method GetEntryPoint Returns the name of the registered 'C' entry-point for the function.
public method GetEntryPointA Returns the name of the registered 'C' entry-point for the function.
public method GetEntryPointW Returns the name of the registered 'C' entry-point for the function.
public method GetHelpText Returns the help text for the function which will appear in the Excel Formula Wizard.
public method GetHelpTextA Returns the help text for the function which will appear in the Excel Formula Wizard.
public method GetHelpTextW Returns the help text for the function which will appear in the Excel Formula Wizard.
public method GetName Returns the name of the function as it will appear in Excel.

Version

public method SupportsXL12 Returns whether the function is available under Excel 2007 and above.
public method SupportsXL4 Returns whether the function is available under Excel 2003 and below.

Construction

public method CXllFn Constructs a CXllFn object

Requirements

Header: xllplus.h

See Also

CXllFn Class | xllplus.h | CXllApp object