This interface is used to initialize the component after creation. It has
to be used exactly once in the life time of the component, every second call
to ::com::sun::star::lang::XInitialization::initialize
will throw an exception.
The arguments passed to the ::com::sun::star::lang::XInitialization::initialize
method must be instances of ::com::sun::star::beans::NamedValue , where
the ::com::sun::star::beans::NamedValue::Name denotes the type of information
to initialize, and the ::com::sun::star::beans::NamedValue::Value
the inital value.
The following aspects of the components can be initialized:
- BoundCell
specifies the address of the cell to bind this instance to. Must be a
CellAddress instance.