XLL+ Class Library (6.3)

CXlHandleStore<T, S> Class

Stores objects within an add-in and exposes them in Excel as handles.

class CXlHandleStore<T, S>

Overview

The CXlHandleStore<T, S> template allows the programmer to store objects within an add-in and to expose them to Excel as handles.

See Object handles coded manually in the User Guide for more information.

Requirements

Header: xlhandle.h

See Also

CXlHandleStore<T, S> Methods | xlhandle.h | CXlFormulaRefresh class | User Guide: Object handles coded manually