xlhandle.h contains classes for representing objects within Excel cells as handles.
See Object handles in the User Guide for more information on these classes.
The following classes are contained in xlhandles.h:
Class | Purpose |
---|---|
CXlHandleStore<T, S> | Class template which manages a store of objects of type T, and allows the object to be referred to in a worksheet formula by it's handle. |
CXlFormulaRefresh | Utility class which causes recalculation of any cell whose formula contains a specific function. |
CXlHandleStore<T, S> class | CXlFormulaRefresh class | User Guide: Object handles