WIN32OLE_PARAM#ole_type_detail
Instance Public methods
Returns detail information of type of argument.
1 2 3 4 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'IWorksheetFunction' ) method = WIN32OLE_METHOD . new (tobj, 'SumIf' ) param1 = method.params[ 0 ] p param1.ole_type_detail # => ["PTR", "USERDEFINED", "Range"] |
Please login to continue.