:: com :: sun :: star :: sheet ::

struct ResultEvent
Base Hierarchy
ResultEvent
 ┗ ::com::sun::star::lang::EventObject
Description
contains the new value of a volatile function result.
See also
XVolatileResult

Elements' Summary
Value contains the value.  
Elements' Details
Value
any Value;
Description
contains the value.

This can be any of the possible return types described for the AddIn service, except XVolatileResult.

Top of Page