:: com :: sun :: star :: document ::

interface XVbaMethodParameter

Methods' Summary
setVbaMethodParameter sets the value of the parameter with the specified name.  
getVbaMethodParameter returns the value of the parameter with the specified name.  
Methods' Details
setVbaMethodParameter
void
setVbaMethodParameter( [in] string  PropertyName,
[in] any  Value );

Description
sets the value of the parameter with the specified name.
getVbaMethodParameter
any
getVbaMethodParameter( [in] string  PropertyName );

Description
returns the value of the parameter with the specified name.
Top of Page