The methods of the CXllApp class are listed here.
![]() | Constructs a CXllApp object |
![]() | Get a count of the add-in functions in the library |
![]() | Get the starting position for iterating the function map |
![]() | Iterate the function map |
![]() | Add a function to the list of functions to be registered |
![]() | Find a function in the function list |
![]() | Remove a function from the list of functions to be registered |
![]() | Register the XLL's functions as Excel add-in functions |
![]() | Add a string prefix to all the library's add-in functions |
![]() ![]() | Return the Excel version number |
![]() ![]() | Return Excel's application window handle |
![]() ![]() | Get the dimensions of the range from which this add-in function was called |
![]() ![]() | Gets the number of bytes of remaining stack space |
![]() ![]() | Display the Excel message box |
![]() ![]() | Display the standard Windows message box |
![]() ![]() | Is Excel currently showing the Formula Wizard ? |
![]() ![]() | Invoke the Excel SDK |
![]() ![]() | Switch on or off XLM4 macro error handling |
![]() ![]() | Get the sheet ID of a named sheet |
![]() ![]() | Combine a workbook and sheet name to [book]sheet format |
![]() ![]() | Get a workbook and sheet name from [book]sheet format |
![]() ![]() | Get the name of sheet from its sheet ID |
![]() ![]() | Get Excel's calculation mode |
![]() ![]() | Set Excel's calculation mode |
![]() ![]() | Returns whether user has aborted operation |
![]() ![]() | Cancels pending abort request |
![]() ![]() | Returns information about the current country and international settings. |
![]() ![]() | Return the version info of the XLL, including version number, copyright and build information. |
![]() ![]() | Return the full path of the XLL. |
![]() ![]() | Return a string value to Excel. |
![]() ![]() | Convert an error value to a string. |
![]() | Called by the framework when Excel opens the XLL |
![]() | Called by the framework when Excel opens the XLL. Programmer can return FALSE to halt further loading of the XLL. |
![]() | Called by the framework when Excel closes the XLL |
![]() | Called by the framework when Excel loads the XLL into memory |
![]() | Called by the framework when Excel unloads the XLL |
![]() | Called by the framework when the add-in is registered with the Excel Add-in Manager |
![]() | Called by the framework when the add-in is removed from the list of add-ins with the Excel Add-in Manager |
![]() | Called by the framework to get the name of the DLL containing the add-in functions when they are registered |
![]() | Returns the state of the COM event handler |
![]() | Sets the SinkEvents flag to switch COM event handling on or off |
![]() | Returns the name of an add-in function to handle a specific COM event |
![]() | Sets the name of an add-in function to handle a specific COM event |
![]() | Called by the framework when Excel creates a new workbook |
![]() | Called by the framework when the user changes the selection |
![]() | Called by the framework when the user double-clicks in a worksheet |
![]() | Called by the framework when the user right-clicks in a worksheet |
![]() | Called by the framework when the user activates a worksheet |
![]() | Called by the framework when the user deactivates a worksheet |
![]() | Called by the framework when any worksheet is recalculated |
![]() | Called by the framework when the user changes the contents of a cell |
![]() | Called by the framework when a workbook is opened |
![]() | Called by the framework when a workbook is activated |
![]() | Called by the framework when a workbook is deactivated |
![]() | Called by the framework just before a workbook is closed |
![]() | Called by the framework just before a workbook is saved |
![]() | Called by the framework when a new sheet is added to a workbook |
![]() ![]() | Define a binary name in a worksheet and assign a block of data to it |
![]() ![]() | Clear a binary name from a worksheet |
![]() ![]() | Retrieve a binary name from a worksheet |
Header: xllplus.h