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

interface XVbaMethodParameter

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

getVbaMethodParameter
any
getVbaMethodParameter( [in] string  PropertyName );

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