struct ResultEvent in module com::sun::star::sheet::

(Global Index)

Syntax

struct ResultEvent : com::sun::star::lang::EventObject ;

Description

contains the new value of a volatile result.

Field Summary

Value contains the value.

Field Details



Value

Syntax

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