properties with parameters are mapped in NetOffice and Interop assemblies as method with "get_" or/and "set_" prefix. this is very untypical for VBA developers.
task: create a mapped method without "get_" or/and "set_" for the possible scenarios.
the possible scenario is: the property has min. 1 non optional parameter and the property name is not the same as the including type.
task: create a mapped method without "get_" or/and "set_" for the possible scenarios.
the possible scenario is: the property has min. 1 non optional parameter and the property name is not the same as the including type.